-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels