>= ( x y -- ? )
Factor handbook » The language » Numbers » Arithmetic » Number protocol

Prev:> ( x y -- ? )
Next:number= ( x y -- ? )


Vocabulary
math

Inputs
xa real
ya real


Outputs
?a boolean


Word description
Tests if x is greater than or equal to y.

Notes
This word performs an ordered comparison on floating point numbers. See Floating point comparison operations for an explanation.

Definition


Methods