interval-shift-safe ( i1 i2 -- i3 )


Vocabulary
math.intervals

Inputs
i1an interval
i2an interval


Outputs
i3an interval


Word description
Shifts i1 to the left by i2 bits. Outputs full-interval if the endpoints of either i1 or i2 are not integers, or if the endpoints of i2 are so large that the resulting interval will consume too much memory.

Definition