man cexp (Fonctions bibliothèques) - Fonctions exponentielles complexes.
NOM
cexp, cexpf, cexpl - Fonctions exponentielles complexes.
SYNOPSIS
#include <complex.h> double complex cexp(double complex z); float complex cexpf(float complex z); long double complex cexpl(long double complex z);
DESCRIPTION
Ces fonctions calculent e (2.71828..., la base des logarithmes népériens) élevé à la puissance z.
On a cexp(I*z) = ccos(z) + I*csin(z).
CONFORMITÉ
C99
VOIR AUSSI
TRADUCTION
Christophe Blaess, 2003.