fp-traps ( -- exceptions )
Controlling the floating-point environment

Prev:collect-fp-exceptions ( quot -- exceptions )
Next:with-fp-traps ( exceptions quot -- )


Vocabulary
math.floats.env

Inputs
None

Outputs
exceptionsa sequence of fp-exceptions


Word description
Returns the set of floating point exceptions with processor traps currently set.

See also
with-fp-traps, without-fp-traps, vm-error>exception-flags, vm-error-exception-flag?

Definition