前页 后页

signbit

SYNOPSIS:

int signbit(x);
double x;
int n;
n = signbit(x);

DESCRIPTION:

signbit(x) returns 1 if the sign bit of x is 1, else 0.