Handbook Glossary
factorcode.org
fixnum-min ( x y -- z )


Vocabulary
math.integers.private

Inputs
xan object
yan object


Outputs
zan object


Definition
USING: kernel math.private ;

IN: math.integers.private

: fixnum-min ( x y -- z ) [ fixnum< ] most ; foldable flushable