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

Prev:denormal-mode ( -- mode )


Vocabulary
math.floats.env

Inputs
modea fp-denormal-mode
quota quotation


Outputs
None

Word description
Sets the floating-point denormal mode to mode for the dynamic extent of quot, restoring the denormal mode to its original value on quot's completion.

See also
denormal-mode

Definition