osx man page for signbit

Query: signbit

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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(3m) - opensolaris
signbit(3) - centos
fpclassify(3) - netbsd
signbit(3p) - suse
signbit(3) - plan9
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
At A Glance Coloured Real Time Bargraph Generator...
When is a _function_ not a _function_?
Undeletable file
To print diamond asterisk pattern based on inputs