fp-nan-payload ( x -- bits )
Factor handbook » The language » Numbers » Floats » Bitwise operations on floats

Prev:fp-infinity? ( x -- ? )
Next:fp-bitwise= ( x y -- ? )


Vocabulary
math

Inputs
xa real


Outputs
bitsan integer


Word description
If x is an IEEE Not-a-Number value, returns the payload encoded in the value. Returns f if x is not a float.

See also
fp-special?, fp-nan?, fp-qnan?, fp-snan?, fp-infinity?, <fp-nan>

Definition


Methods