signbit(3) mojave man page | unix.com

Man Page: signbit

Operating Environment: mojave

Section: 3

SIGNBIT(3)						   BSD Library Functions Manual 						SIGNBIT(3)

NAME
signbit -- determine whether a floating-point number's sign is negative
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <math.h> int signbit(real-floating x);
DESCRIPTION
The signbit() macro takes an argument of x. It returns non-zero if the value of the argument's sign is negative, otherwise 0.
SEE ALSO
fpclassify(3), math(3)
STANDARDS
The signbit() macro conforms to ISO/IEC 9899:1999 (``ISO C99'').
BSD
February 11, 2003 BSD
Related Man Pages
signbit(3p) - centos
fpclassify(3) - netbsd
isgreater(3) - netbsd
signbit(3m) - hpux
signbit(3) - opendarwin
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
12-Core MacPro (2013) kernel_task over 1200%
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.