GAMMA

Section: Manuel du programmeur Linux (3)
Updated: 2002-08-10
Index Retour au Menu Principal

 

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 erreurs.  

VOIR AUSSI

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

TRADUCTION

Thierry Vignaud <tvignaud@mandrakesoft.com>, 2002



 

Index

NOM
SYNOPSIS
DESCRIPTION
CONFORME À
VOIR AUSSI
TRADUCTION


Time: 22:30:02 GMT, December 19, 2004