NOTE: an extreme case of division might results in multiple
intervals, unfortunately this library doesn't support multi-interval
arithmetic yet so a single interval will be returned instead with
the hull of the resulting intervals (this is the way
Boost implements it too)
Computes x/y, an explanation of all the possible cases ca be found on Interval Arithmetic: from Principles to Implementation - T. Hickey, Q. Ju, M.H. van Emden
NOTE: an extreme case of division might results in multiple intervals, unfortunately this library doesn't support multi-interval arithmetic yet so a single interval will be returned instead with the hull of the resulting intervals (this is the way Boost implements it too)
Example
Example
Example
Returns