MicrOS
|
#include "../fenv.h"
Functions | |
int | feholdexcept (fenv_t *envp) |
Hold floating-point exceptions. More... | |
int feholdexcept | ( | fenv_t * | envp | ) |
Hold floating-point exceptions.
Function saves the current floating-point environment in the object pointed to by envp, clears the floating-point status flags, and then installs a non-stop (continue on floating-point exceptions) mode, if available, for all floating-point exceptions.
envp | Pointer to struct where environment will be saved. |