__signbit

Name

__signbit -- test sign of floating point value

Synopsis

#include <math.h>

int __signbit(double arg);

Description

__signbit() has the same specification as signbit() in ISO POSIX (2003), except that the argument type for __signbit() is known to be double.

__signbit() is not in the source standard; it is only in the binary standard.