Query: fmaxf
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fmax(3M) fmax(3M)NAMEfmax(), fmaxf(), fmaxl(), fmaxw(), fmaxq() - maximum value functionsSYNOPSISHP Integrity Server OnlyDESCRIPTIONThe function determines the maximum numeric value of its arguments. Integrity Server Only is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes arguments and returns an result. is equivalent to on HP-UX systems.USAGETo use this function, compile either with the default option or with the and options. To use (for Integrity servers) or compile with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line.RETURN VALUEThe function returns the maximum numeric value of its arguments. If one argument is a NaN and the other is numeric, returns the numeric argument. If both arguments are NaNs, returns NaN.ERRORSNo errors are defined.SEE ALSOfdim(3M), fmin(3M), math(5).STANDARDS CONFORMANCE: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') fmax(3M)
Related Man Pages |
---|
fdim(3m) - hpux |
fdimq(3m) - hpux |
fmaxl(3m) - hpux |
fminq(3m) - hpux |
fminw(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
maximum number of arguments |
Numeric or not? |