next-float ( m -- n )
Factor handbook » The language » Numbers » Floats » Bitwise operations on floats

Prev:prev-float ( m -- n )
Next:fp-special? ( x -- ? )


Vocabulary
math

Inputs
ma float


Outputs
na float


Word description
Returns the least representable float value greater than m, or in the case of -0.0, returns +0.0.

See also
prev-float

Definition


Methods