Skip to content

Non-thin interval is displayed as thin interval #751

@dpsanders

Description

@dpsanders
julia> x = interval(0.1)
[0.1, 0.1]

julia> sin(x)
[0.0998334, 0.0998334]

julia> diam(sin(x))
1.3877787807814457e-17

The interval sin(x) is not thin (the diameter is > 0), but the display shows the same lower and upper bounds.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions