Query: isnormal
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
isnormal(3M) isnormal(3M)NAMEisnormal() - floating-point test for normalized valueSYNOPSISfloating-typeDESCRIPTIONThe macro determines whether its argument is a normalized value (neither zero, denormalized, infinite, nor NaN). The argument must be of floating type, and classification is based on the type of the argument. For HP Integrity servers, the argument can be any floating type. For PA-RISC, the argument must be either orUSAGETo use the macro, compile either with the default option or with the and options. Make sure your program includes Link in the math library by specifying on the compiler or linker command line.RETURN VALUEThe macro returns a nonzero value if and only if its argument has a normalized value. The macro raises no floating-point exceptions.ERRORSNo errors are defined.EXAMPLESMake sure a value is normalized before continuing operations on it:SEE ALSOfpclassify(3M), isfinite(3M), isinf(3M), isnan(3M), signbit(3M), math(5).STANDARDS CONFORMANCEisnormal(3M)