zion - fmin
Nom
fmin - Calculer le minimum.
Résumé
#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.
Poster un commentaire