feclearexcept - clear floating-point exception
c99 [ flag... ] file... -lm [ library... ] #include <fenv.h> int feclearexcept(int excepts);
The feclearexcept() function attempts to clear the supported floating-point exceptions represented by excepts.
If excepts is 0 or if all the specified exceptions were successfully cleared, feclearexcept() returns 0. Otherwise, it returns a non-zero value.
See attributes(5) for descriptions of the following attributes:
|
fenv.h(3HEAD), fegetexceptflag(3M), feraiseexcept(3M), fesetexceptflag(3M), fetestexcept(3M), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |