7.12.3.6 The signbit macro
Synopsis
#include <math.h>
int signbit(real-floating x);
Description
The signbit macro determines whether the sign of its argument value is negative.[1]
Returns
The signbit macro returns a nonzero value if and only if the sign of its argument value is negative.
Footnotes