|
NAMEsignbit —
determine whether a floating-point number's sign is
negative
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
int
DESCRIPTIONThesignbit () macro takes an argument of
x and returns non-zero if the value of its sign is
negative, otherwise 0.
SEE ALSOfpclassify(3), math(3)STANDARDSThesignbit () macro conforms to ISO/IEC
9899:1999 (“ISO C99”).
HISTORYThesignbit () macro was added in
FreeBSD 5.1.
Visit the GSP FreeBSD Man Page Interface. |