signbit - test sign
c99 [ flag... ] file... -lm [ library... ] #include <math.h> int signbit(real-floating x);
The signbit() macro determines whether the sign of its argument value is negative. NaNs, zeros, and infinities have a sign bit.
The signbit() macro returns a non-zero value if and only if the sign of its argument value is negative.
See attributes(5) for descriptions of the following attributes:
|
fpclassify(3M), isfinite(3M), isinf(3M), isnan(3M), isnormal(3M), math.h(3HEAD), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |