MicrOS
|
#include "../fenv.h"
Functions | |
int | fetestexcept (int excepts) |
Test for floating-point exceptions. More... | |
int fetestexcept | ( | int | excepts | ) |
Test for floating-point exceptions.
Function determines which of a specified subset of the floatingpoint exception flags are currently set. The excepts argument specifies the floatingpoint status flags to be queried.
excepts | Exception flags to check. |