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

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


Vocabulary
math

Inputs
xa real
ya real


Outputs
?a boolean


Word description
Tests if x is greater than y.

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

Definition


Methods