mojave man page for fmaxf

Query: fmaxf

OS: mojave

Section: 3

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

FMAX(3) 						   BSD Library Functions Manual 						   FMAX(3)

NAME
fmax -- return maximum value
SYNOPSIS
#include <math.h> double fmax(double x, double y); long double fmaxl(long double x, long double y); float fmaxf(float x, float y);
DESCRIPTION
The fmax() functions return x or y, whichever is larger.
SPECIAL VALUES
If exactly one argument is a NaN, fmax() returns the other argument. If both arguments are NaNs, fmax() returns a NaN.
SEE ALSO
fdim(3), fma(3), fmin(3)
STANDARDS
The fmax() functions conform to ISO/IEC 9899:2011.
BSD
December 11, 2006 BSD
Related Man Pages
fmin(3) - netbsd
fminf(3) - freebsd
fmax(3) - freebsd
fmaxl(3) - freebsd
fmaxf(3) - freebsd
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
Python 3.8.0rc1 released.