IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


signbit(3)

NAME

     signbit -- determine whether a floating-point number's sign is negative


LIBRARY

     Math Library (libm, -lm)


SYNOPSIS

     #include <math.h>

     int
     signbit(real-floating x);


DESCRIPTION

     The signbit() macro takes an argument of x and returns non-zero if the
     value of its sign is negative, otherwise 0.


SEE ALSO

     fpclassify(3), math(3)


STANDARDS

     The signbit() macro conforms to ISO/IEC 9899:1999 (``ISO C99'').


HISTORY

     The signbit() macro was added in FreeBSD 5.1.

FreeBSD 5.4			 July 18, 2004			   FreeBSD 5.4

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk