AnderGray / IntervalUnionArithmetic.jl

An implementation of interval union arithmetic in Julia
MIT License
11 stars 4 forks source link

Subtyping AbstractInterval{T} #26

Open jariji opened 2 years ago

jariji commented 2 years ago

IntervalUnion{T<:Real} <: AbstractInterval{T} but I don't see why it is a subtype of AbstractInterval{T}. Isn't the point of this library that a union of intervals isn't necessarily an interval?