-
Notifications
You must be signed in to change notification settings - Fork 23
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
parse underscores #26
Comments
@gdkrmr Hm, how are underscores supposed to be processed? I haven't seen underscores used in numbers before. |
You can use underscores in numbers for better readability julia> i = 1_000
1000 |
barucden
added a commit
to barucden/Decimals.jl
that referenced
this issue
Oct 17, 2024
Fixes JuliaMath#26: ```julia julia> dec"10_000.000_000_1" 10000.0000001 ```
barucden
added a commit
to barucden/Decimals.jl
that referenced
this issue
Oct 17, 2024
Fixes JuliaMath#26: ```julia julia> dec"10_000.000_000_1" 10000.0000001 ```
Merged
barucden
added a commit
to barucden/Decimals.jl
that referenced
this issue
Oct 17, 2024
Fixes JuliaMath#26: ```julia julia> dec"10_000.000_000_1" 10000.0000001 ```
barucden
added a commit
to barucden/Decimals.jl
that referenced
this issue
Oct 21, 2024
Fixes JuliaMath#26: ```julia julia> dec"10_000.000_000_1" 10000.0000001 ```
barucden
added a commit
to barucden/Decimals.jl
that referenced
this issue
Oct 25, 2024
Fixes JuliaMath#26: ```julia julia> dec"10_000.000_000_1" 10000.0000001 ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Underscores are not parsed correctly:
The text was updated successfully, but these errors were encountered: