Query: fpclassify
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fpclassify(3M) fpclassify(3M)NAMEfpclassify() - floating-point value classification macroSYNOPSISfloating-typeDESCRIPTIONThe macro classifies its argument value as NaN, infinite, normalized, denormalized, or zero. 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 or The macro, used in conjunction with the macro, replaces the and functions, which are obsolete and are no longer supported.USAGETo 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 the value of the number classification macro appropriate to the type and value of its argument. The value returned is one of the following macros, which are defined in Every possible argument value falls into one of these categories, so this macro never results in an error. The macro raises no exceptions.ERRORSNo errors are defined.EXAMPLESTake certain actions if is either a denormalized value or zero:SEE ALSOisfinite(3M), isinf(3M), isnan(3M), isnormal(3M), signbit(3M), math(5).STANDARDS CONFORMANCEfpclassify(3M)
Related Man Pages |
---|
fpclassify(3) - mojave |
fpclassify(3m) - opensolaris |
isnan(3m) - hpux |
isnormal(3m) - hpux |
fpclassify(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
macro |
how to enable #ifdef macro in the command line of make? |
Make-question - redefine a macro, using another macro..? |
Way to print a code with substituted macro..? |
create a macro in vi file |