hpux man page for fmaxq

Query: fmaxq

OS: hpux

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

fmax(3M)																  fmax(3M)

NAME
fmax(), fmaxf(), fmaxl(), fmaxw(), fmaxq() - maximum value functions
SYNOPSIS
HP Integrity Server Only
DESCRIPTION
The 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.
USAGE
To 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 VALUE
The 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.
ERRORS
No errors are defined.
SEE ALSO
fdim(3M), fmin(3M), math(5).
STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') fmax(3M)
Related Man Pages
fdiml(3m) - hpux
fmax(3m) - hpux
fminf(3m) - hpux
fminl(3m) - hpux
fminq(3m) - hpux
Similar Topics in the Unix Linux Community
maximum number of arguments
Numeric or not?