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

Prev:u>= ( x y -- ? )


Vocabulary
math

Inputs
xa real
ya real


Outputs
?a boolean


Word description
Tests if x is unordered with respect to y. This can only occur if one or both values is a floating-point Not-a-Number value.

Definition


Methods