Parents: | math |
Tags: | math |
Word | Stack effect |
<=> | ( obj1 obj2 -- <=> ) |
after=? | ( obj1 obj2 -- ? ) |
after? | ( obj1 obj2 -- ? ) |
before=? | ( obj1 obj2 -- ? ) |
before? | ( obj1 obj2 -- ? ) |
max | ( obj1 obj2 -- obj ) |
min | ( obj1 obj2 -- obj ) |
+eq+ |
+gt+ |
+lt+ |
Word | Stack effect |
>=< | ( obj1 obj2 -- >=< ) |
[-] | ( x y -- z ) |
between? | ( x min max -- ? ) |
clamp | ( x min max -- y ) |
compare | ( obj1 obj2 quot -- <=> ) |
invert-comparison | ( <=> -- >=< ) |
Vocabulary | Summary |
math.order.private |