7.6.4.1 The fegetenv function
Synopsis
#include <fenv.h>
int fegetenv(fenv_t *envp);
Description
The fegetenv function attempts to store the current floating-point environment in the object pointed to by envp.
Returns
The fegetenv function returns zero if the environment was successfully stored. Otherwise, it returns a nonzero value.