rounding-mode ( -- mode )
Controlling the floating-point environment

Prev:vm-error-exception-flag? ( error flag -- ? )
Next:with-rounding-mode ( mode quot -- )


Vocabulary
math.floats.env

Inputs
None

Outputs
modea fp-rounding-mode


Word description
Returns the current floating-point rounding mode.

See also
with-rounding-mode

Definition