macro
<cfenv>

FE_DFL_ENV

fenv_t*
Default environment
This macro expands to a pointer to fenv_t that can be used to select the default environment for functions fesetenv and feupdateenv.

The default environment is the state of the floating-point environment on program startup.

See also