interval-mod ( i1 i2 -- i3 )
Factor handbook » The language » Numbers » Intervals » Interval arithmetic

Prev:interval/i ( i1 i2 -- i3 )
Next:interval-rem ( i1 i2 -- i3 )


Vocabulary
math.intervals

Inputs
i1an interval
i2an interval


Outputs
i3an interval


Word description
Outputs an interval containing all possible values obtained by applying mod to elements of i1 and i2.

Definition