absmin ( a b -- x )


Vocabulary
math.compare

Inputs
aa number
ba number


Outputs
xa number


Word description
Returns the smaller absolute number with the original sign.

Definition