AnderGray / IntervalUnionArithmetic.jl

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

Size of union #28

Open jariji opened 2 years ago

jariji commented 2 years ago

Is it possible to get the size of the union? e.g. [0,10] ∪ [30,40] |> diam to 20?