Get the current floating-point environment
#include <fenv.h> int fegetenv( fenv_t *envp );
The fegetenv() function gets the current floating-point environment and stores it in the object that envp points to.
0
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |