Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support floating point numbers #1

Open
bcmyers opened this issue Jan 31, 2019 · 6 comments
Open

Support floating point numbers #1

bcmyers opened this issue Jan 31, 2019 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bcmyers
Copy link
Owner

bcmyers commented Jan 31, 2019

No description provided.

@bcmyers bcmyers changed the title Implement floats Support floating point numbers Feb 4, 2019
@bcmyers bcmyers added enhancement New feature or request help wanted Extra attention is needed labels Feb 4, 2019
@nlam1170
Copy link

@bcmyers any update on the timeline for float support?

@jmsunseri
Copy link

kinda making me sad this isn't better by now given all the popularity of the crate.

@enomado
Copy link

enomado commented Mar 7, 2023

Dont waste time to get this library work for floats with hacks like
fract() / trunk() and
(x * 1000).round() / 1000
and copysign etc etc.

I'll try this https://docs.rs/format_num/latest/format_num/ instead

@azzamsa
Copy link

azzamsa commented Sep 10, 2023

@enomado any luck with format_num?
I am also looking for solution that works with f64.

@enomado
Copy link

enomado commented Sep 11, 2023

@azzamsa looks like I came to thousands crate.

Standard float format, then separate digits as chars.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants