FMIN

Section: Manuel du programmeur Linux (3)
Updated: 30 juillet 2003
Index


NOM
SYNOPSIS
DESCRIPTION
CONFORMITÉ
VOIR AUSSI
TRADUCTION

NOM

fmin - Calculer le minimum.

SYNOPSIS

#include <math.h>
double fmin(double x, double y);
float fminf(float x, float y);
long double fminl(long double x, long double y);

DESCRIPTION

Renvoie le minimum de x et y.

CONFORMITÉ

C99

VOIR AUSSI

fmax(3)

TRADUCTION

Christophe Blaess, 2003.