#define FE_DFL_ENV /*implementation defined*/
(since C99)The macro constant FE_DFL_ENV expands to an expression of type const fenv_t*, which points to a full copy of the default floating-point environment, that is, the environment as loaded at program startup.
Additional macros that begin with FE_
followed by uppercase letters, and have the type const fenv_t*, may be supported by an implementation.
Output:
On startup: current exceptions raised: none current rounding method: FE_TONEAREST Before restoration: current exceptions raised: FE_INVALID current rounding method: FE_DOWNWARD After restoring default environment: current exceptions raised: none current rounding method: FE_TONEAREST[edit] References
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4