Exceptions Functions:
*flagp - pointer to an fexcept_t object where the flags will be stored or read from
excepts - bitmask listing the exception flags to clear/raise/get/set/test
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
*flagp - pointer to an fexcept_t object where the flags will be stored or read from
excepts - bitmask listing the exception flags to clear/raise/get/set/test
feclearexcept(C99) | int feclearexcept(int excepts); |
feraiseexcept(C99) | int feraiseexcept(int excepts); |
fegetexceptflag(C99) | int fegetexceptflag(fexcept_t *flagp, int excepts); |
fesetexceptflag(C99) | int fesetexceptflag(const fexcept_t *flagp, int excepts); |
fetestexcept(C99) | int fetestexcept(int excepts); |
fenv.h |
Floating-point Exceptions Functions |
Floating-point Rounding Functions |
Floating-point Environment Functions |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment