zion - cerf
Nom
cerf, cerff, cerfl, cerfc, cerfcf, cerfcl - Fonctions d'erreurs complexes.
Résumé
#include <complex.h> double complex cerf(double complex z ); float complex cerff(float complex z ); long double complex cerfl(long double complex z ); 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
erf (3)
Traduction
Christophe Blaess, 2003.
Poster un commentaire