GAMMA

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


NOM
SYNOPSIS
DESCRIPTION
CONFORME À
VOIR AUSSI
TRADUCTION

NOM

gamma - Logarithme de la fonction gamma.

SYNOPSIS

#include <math.h>
double gamma (double x);
float gammaf (float x);
long double gammal (long double x);

DESCRIPTION

Les fonctions gamma() existent pour des raisons de compatibilité. Elle sont équivalentes à lgamma() etc. Utilisez celles-ci. L'utilisation du nom gamma() est confus psuique ces fonctions ne calculent pas la fonction Gamma, mais son logarithme naturel.

CONFORME À

Non standard. Compatible avec de précédentes confusions.

VOIR AUSSI

lgamma(3), signgam(3), tgamma(3)

TRADUCTION

Thierry Vignaud <tvignaud@mandrakesoft.com>, 2002