C Programming/fenv.h/fegetenv

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis[edit | edit source]

int fegetenv(fenv_t *envp);

Description[edit | edit source]

This function attempts to store the current floating-point environment in the object pointed to by envp. If the representation was successfully stored, this function returns zero. Otherwise, it returns a non-zero value.

References[edit | edit source]