Handbook
Glossary
absmin ( a b -- x )
Vocabulary
math
.
compare
Inputs
a
a
number
b
a
number
Outputs
x
a
number
Word description
Returns the smaller absolute number with the original sign.
Definition
USING:
kernel
math
;
IN:
math.compare
:
absmin
( a b -- x )
[
[
abs
]
bi@
<
]
most
;