sunos man page for fmaxf

Query: fmaxf

OS: sunos

Section: 3m

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

fmax(3M)						  Mathematical Library Functions						  fmax(3M)

NAME
fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
SYNOPSIS
cc [ flag... ] file... -lm [ library... ] #include <math.h> double fmax(double x, double y); float fmaxf(float x, float y); long double fmaxl(long double x, long double y);
DESCRIPTION
These functions determine the maximum numeric value of their arguments. NaN arguments are treated as missing data: if one argument is a NaN and the other numeric, these functions choose the numeric value.
RETURN VALUES
Upon successful completion, these functions return the maximum numeric value of their arguments. If just one argument is a NaN, the other argument is returned. If x and y are NaN, a NaN is returned.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
fdim(3M), fmin(3M), math.h(3HEAD), attributes(5), standards(5) SunOS 5.10 1 Sep 2002 fmax(3M)
Related Man Pages
fmax(3m) - sunos
fmaxl(3m) - opensolaris
fminl(3m) - sunos
fmax(3m) - opensolaris
fmax(3) - freebsd
Similar Topics in the Unix Linux Community
Perl code to differentiate numeric and non-numeric input
Help Replacing Characters in Flat File
Find and Replace random numeric value with non-numeric value
3 numbers and return the maximum
Scripting help