JuliaMath / JuliaMath/DoubleFloats.jl
showall does not match example
Open
- Dominant language
- Julia
- Stars
- 172
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
I can't replicate the examples given in the README regarding `showall`.
What I get:
```
julia> using DoubleFloats
julia> Double64(0.2)
0.2
julia> showall(ans)
0.2
julia> Double64(2)/10
1.99999999999999999999999999999999384e-01
julia> showall(ans)
1.99999999999999999999999999999999384e-01
```
This is using Julia 1.10.0.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.