man fmax (Fonctions bibliothèques) - Calculer le maximum.

NOM

fmax, fmaxf, fmaxl - Calculer le maximum.

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

Renvoie le maximum de x et y.

CONFORMITÉ

C99

VOIR AUSSI

TRADUCTION

Christophe Blaess, 2003.

CETTE PAGE DOCUMENTE AUSSI :