Floating point environment
From cppreference.com
Template:c/numeric/fenv/sidebar
This section is incomplete Reason: description from C++ |
Types
Template:tdcl list begin Template:tdcl list header Template:tdcl list item Template:tdcl list item Template:tdcl list end
Functions
(C99) |
clears the specified floating-point status flags (function) |
(C99) |
determines which of the specified floating-point status flags are set (function) |
(C99) |
raises the specified floating-point exceptions (function) |
(C99)(C99) |
copies the state of the specified floating-point status flags from or to the floating-point environment (function) |
(C99)(C99) |
gets or sets rounding direction (function) |
(C99) |
saves or restores the current floating point environment (function) |
(C99) |
saves the environment, clears all status flags and ignores all future errors (function) |
(C99) |
restores the floating-point environment and raises the previously raise exceptions (function) |
Macros
floating-point exceptions (macro constant) | |
floating-point rounding direction (macro constant) | |
(C99) |
default floating-point environment (macro constant) |
This section is incomplete Reason: FENV_ACCESS |