CERF
Section: Manuel du programmeur Linux (3) Updated: 21 juillet 2003 Index
NOM
SYNOPSIS
DESCRIPTION
CONFORMITÉ
VOIR AUSSI
TRADUCTION
NOM
cerf, cerff, cerfl, cerfc, cerfcf, cerfcl - Fonctions d'erreurs complexes.
SYNOPSIS
#include <complex.h>
double complex cerf(double complexz);
float complex cerff(float complex z);
long double complex cerfl(long double complexz);
double complex cerfc(double complex x);
float complex cerfcf(float complex x);
long double complex cerfcl(long double complex x);
DESCRIPTION
La fonction
cerf()
est la version complexe de la fonctiond d'erreur.
erf(z) = 2/sqrt(pi) * intégrale de 0 à x de exp(-t*t) dt.
La fonction
cerfc()
est définie comme cerfc(z) = 1-cerf(z).
CONFORMITÉ
C99
VOIR AUSSI
TRADUCTION
Christophe Blaess, 2003.
|
|