Word description Ouputs an interval i3 containing all possible values from dividing any element in i1 by any element from i2, using /f to perform the division.
Examples
USING: math.intervals prettyprint ;
10 12 [a,b] 2 4 [a,b] interval/f . T{ interval { from { 2.5 t } } { to { 6.0 t } } }