isnormal man page on MacOSX

Man page or keyword search:  
man Server   23457 pages
apropos Keyword Search (all sections)
Output format
MacOSX logo
[printable version]

FPCLASSIFY(3)		 BSD Library Functions Manual		 FPCLASSIFY(3)

NAME
     fpclassify, isfinite, isinf, isnan, isnormal — classify a floating-point
     number

LIBRARY
     Math Library (libm, -lm)

SYNOPSIS
     #include <math.h>

     int
     fpclassify(real-floating x);

     int
     isfinite(real-floating x);

     int
     isinf(real-floating x);

     int
     isnan(real-floating x);

     int
     isnormal(real-floating x);

DESCRIPTION
     The fpclassify() macro takes an argument of x and returns one of the fol‐
     lowing manifest constants.

     FP_INFINITE   Indicates that x is an infinite number.

     FP_NAN	   Indicates that x is not a number (NaN).

     FP_NORMAL	   Indicates that x is a normalized number.

     FP_SUBNORMAL  Indicates that x is a denormalized number.

     FP_ZERO	   Indicates that x is zero (0 or -0).

     The isfinite() macro returns a non-zero value if and only if its argument
     has a finite (zero, subnormal, or normal) value.  The isinf(), isnan(),
     and isnormal() macros return non-zero if and only if x is an infinity,
     NaN, or a non-zero normalized number, respectively.

SEE ALSO
     isgreater(3), math(3), signbit(3)

STANDARDS
     The fpclassify(), isfinite(), isinf(), isnan(), and isnormal() macros
     conform to ISO/IEC 9899:1999 (“ISO C99”).

HISTORY
     3BSD introduced isinf() and isnan() functions, which accepted double
     arguments; these have been superseded by the macros described above.

BSD			       December 11, 2006			   BSD
[top]

List of man pages available for MacOSX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net