close
Espaces de noms
Variantes

cexpf, cexp, cexpl

De cppreference.com

<metanoindex/>

 
 
 
Arithmétique des nombres complexes
Types et la constante imaginaire
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulation
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Puissance et les fonctions exponentielles
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Les fonctions trigonométriques
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Fonctions hyperboliques
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Déclaré dans l'en-tête <complex.h>
float complex cexpf( float complex z );
doulbe complex cexp( double complex z );
long double complex cexpl( long double complex z );
Calcule la base complexe e exponentielle de z .
Original:
Computes the complex base-e exponential of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

z -
argumentation complexe
Original:
complex argument
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

La base e exponentielle de z .
Original:
The base-e exponential of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemple

Voir aussi

(C99)
(C99)
(C99)
calcule le logarithme naturel complexe
Original:
computes the complex natural logarithm
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]