|
NAMEfpclassify , isfinite ,
isinf , isnan ,
isnormal —
classify a floating-point number
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
int
int
int
int
int
DESCRIPTIONThefpclassify () macro takes an argument of
x and returns one of the following manifest constants.
The The symbol SEE ALSOisgreater(3), math(3), signbit(3)STANDARDSThefpclassify (), isfinite (),
isinf (), isnan (), and
isnormal () macros conform to ISO/IEC
9899:1999 (“ISO C99”).
HISTORYThefpclassify (), isfinite (),
isinf (), isnan (), and
isnormal () macros were added in
FreeBSD 5.1. 3BSD introduced
isinf () and isnan () functions,
which accepted double arguments; these have been
superseded by the macros described above.
Visit the GSP FreeBSD Man Page Interface. |