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 fegetexcept() function returns the set of all currently enabled exceptions.

Errors

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