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

Prev:<fp-nan> ( payload -- nan )
Next:next-float ( m -- n )


Vocabulary
math

Inputs
ma float


Outputs
na float


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

See also
next-float

Definition


Methods