fegetexcept

Name

fegetexcept -- query floating point exception handling state

Synopsis

#include <fenv.h>

int fegetexcept

Description

The fegetexcept() function returns the set of all currently enabled exceptions.

Return Value

The mremap() function returns the set of all currently enabled exceptions on success. On error, -1 is returned.

Errors

No errors are defined, but the function will fail if not supported on the architecture.