Handbook Glossary
factorcode.org
fixnum-max ( 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-max ( x y -- z ) [ fixnum> ] most ; foldable flushable