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

Prev:with-rounding-mode ( mode quot -- )
Next:with-denormal-mode ( mode quot -- )


Vocabulary
math.floats.env

Inputs
None

Outputs
modea fp-denormal-mode


Word description
Returns the current floating-point denormal mode.

See also
with-denormal-mode

Definition