negmin ( a b -- x )


Vocabulary
math.compare

Inputs
aa number
ba number


Outputs
xa number


Word description
Returns the most-negative value, or zero if both are positive.

Definition