fmax(3M)fmax(3M)NAMEfmax(), 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 ALSOfdim(3M), fmin(3M), math(5).
STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithâ
metic'')
fmax(3M)