u< ( x y -- ? )
Factor handbook » The language » Numbers » Floats » Floating point comparison operations

Next:u<= ( x y -- ? )


Vocabulary
math

Inputs
xa real
ya real


Outputs
?a boolean


Word description
Tests if x is less than y.

Notes
This word performs an unordered comparison on floating point numbers. On rational numbers it is equivalent to <. See Floating point comparison operations for an explanation.

Definition


Methods