posmax ( a b -- x )


Vocabulary
math.compare

Inputs
aa number
ba number


Outputs
xa number


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

Definition