Query: isnormal
OS: opensolaris
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
isnormal(3M) Mathematical Library Functions isnormal(3M)NAMEisnormal - test for a normal valueSYNOPSISc99 [ flag... ] file... -lm [ library... ] #include <math.h> int isnormal(real-floating x);DESCRIPTIONThe isnormal() macro determines whether its argument value is normal (neither zero, subnormal, infinite, nor NaN). First, an argument rep- resented in a format wider than its semantic type is converted to its semantic type. Then determination is based on the type of the argu- ment.RETURN VALUESThe isnormal() macro returns a non-zero value if and only if its argument has a normal value.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOfpclassify(3M), isfinite(3M), isinf(3M), isnan(3M), math.h(3HEAD), signbit(3M), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 isnormal(3M)
Related Man Pages |
---|
isnan(3m) - opensolaris |
isinf(3) - mojave |
isnan(3) - mojave |
isinf(3m) - opensolaris |
isinf(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
BEdita 3.0-alpha1 (Default branch) |
Tool for checking syntactic and semantic mistakes |