points>interval ( seq -- interval nan? )
Factor handbook » The language » Numbers » Intervals » Creating intervals

Prev:empty-interval


Vocabulary
math.intervals

Inputs
seqa sequence of { point included? } pairs


Outputs
intervalan interval
nan?true if the computation produced NaNs


Word description
Outputs the smallest interval containing all of the endpoints.

Definition