Skip to content

showall does not match example #184

@nrbeaton

Description

@nrbeaton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions