math.order vocabulary
Factor handbook ยป Vocabulary index


Documentation
Linear order protocol

Metadata
Tags:math


Words

Generic words
WordStack effect
<=>( obj1 obj2 -- <=> )
after=?( obj1 obj2 -- ? )
after?( obj1 obj2 -- ? )
before=?( obj1 obj2 -- ? )
before?( obj1 obj2 -- ? )
max( obj1 obj2 -- obj )
min( obj1 obj2 -- obj )


Symbol words
+eq+
+gt+
+lt+


Ordinary words
WordStack effect
>=<( obj1 obj2 -- >=< )
[-]( x y -- z )
between?( x min max -- ? )
clamp( x min max -- y )
compare( obj1 obj2 quot -- <=> )
invert-comparison( <=> -- >=< )


Files


Metadata files


Children
VocabularySummary
math.order.private