Espaces de noms
Variantes
Affichages
Actions

csinhf, csinh, csinhl

De cppreference.com
< c‎ | numeric‎ | complex

 
 
 
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.
ccosh
csinh
ctanh
 
Déclaré dans l'en-tête <complex.h>
float complex       csinhf( float complex z );
doulbe complex      csinh( double complex z );
long double complex csinhl( long double complex z );

Computes the complex hyperbolic sine of z.

Sommaire

[modifier] 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.

[modifier] Retourne la valeur

The complex hyperbolic sine of z.

[modifier] Exemple

[modifier] Voir aussi

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

(fonction) [edit]
(C99)
(C99)
(C99)
calcule la tangente hyperbolique complexe
Original:
computes the complex hyperbolic tangent
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]