You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, intersection(::Interval, ::Interval) returns an Hyperrectangle, which is correct, but one could expect to get an Interval in this particular case. (and a direct algorithm can be slightly more efficient).
The text was updated successfully, but these errors were encountered:
Currently,
intersection(::Interval, ::Interval)
returns anHyperrectangle
, which is correct, but one could expect to get anInterval
in this particular case. (and a direct algorithm can be slightly more efficient).The text was updated successfully, but these errors were encountered: