fp-exception-flags ( -- exceptions )
Controlling the floating-point environment

Next:set-fp-exception-flags ( exceptions -- )


Vocabulary
math.floats.env

Inputs
None

Outputs
exceptionsa sequence of fp-exceptions


Word description
Returns the set of floating-point exception flags that have been raised.

See also
set-fp-exception-flags, clear-fp-exception-flags, collect-fp-exceptions

Definition