Espaces de noms
Variantes

csinhf, csinh, csinhl

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 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.

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

The complex hyperbolic sine of z.

Exemple

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]