Handbook
Glossary
negmin ( a b -- x )
Vocabulary
math
.
compare
Inputs
a
a
number
b
a
number
Outputs
x
a
number
Word description
Returns the most-negative value, or zero if both are positive.
Definition
USING:
math.order
;
IN:
math.compare
:
negmin
( a b -- x )
0
min
min
;