Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

fmax(3)


FMAX

FMAX

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

NAME

fmax, fmaxf, fmaxl − find maximum value

SYNOPSIS

#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

Find the larger value of x and y.

CONFORMING TO

C99

SEE ALSO

fmin(3)



fmax(3)