Skip to content

Extended interval arithmetic? #272

@dlfivefifty

Description

@dlfivefifty

I noticed that extended interval arithmetic is not implemented:

julia> 1/Interval(-1,1) # why {x : |x| > 1}?
[-∞, ∞]

instead it is done by hand in https://github.com/JuliaIntervals/IntervalRootFinding.jl/blob/99cc0e95885df8e4699f52ffc02df9b8ca748bc6/src/newton.jl#L77

Is there any fundamental limitation preventing this? I guess it is overkill for just Newton iteration, but I'm just curious.

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