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

Prev:u< ( x y -- ? )
Next:u> ( x y -- ? )


Vocabulary
math

Inputs
xa real
ya real


Outputs
?a boolean


Word description
Tests if x is less than or equal to 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