JuliaMath / JuliaMath/Quadmath.jl
Display of Float128 values
Open
- Dominant language
- Julia
- Stars
- 44
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
The following two inputs result in the same number, i.e. `x === y`:
x = parse(Float128,"1e-33")
y = parse(Float128,"1.00000000000000000000000000000000005e-33")
But they are displayed as `1.00000000000000000000000000000000005e-33`. Shouldn't the policy be to choose the simpler form `1e-33` for display if both are correct?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.