Saves the floating-point environment.
f Pointer to the floating-point environment
0 only when the environment has been saved successfully
When saving the floating-point function environment, the feholdexcept function clears the floating-point status flags and sets the non-stop mode for all floating-point exceptions. In non-stop mode, execution continues even after a floating-point exception occurs.
Do not use this function when compiler option nofpu is selected. If used, the function returns a nonzero value, which indicates an abnormality.