fixnum-max ( x y -- z ) - Factor Documentation

fixnum-max ( x y -- z )


Vocabulary
math .integers .private

Inputs
x an object
y an object


Outputs
z an object


Definition
USING: kernel math.private ;

IN: math.integers.private

: fixnum-max ( x y -- z ) [ fixnum> ] most ; foldable flushable

AltStyle によって変換されたページ (->オリジナル) /