Handbook
Glossary
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
mode
a
fp-denormal-mode
Word description
Returns the current floating-point denormal mode.
See also
with-denormal-mode
Definition
USING:
math.floats.env.private
;
IN:
math.floats.env
:
denormal-mode
( -- mode )
fp-env-register
(get-denormal-mode)
;