csinh

Autres langues

Langue: fr

Version: 21 juillet 2003 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NOM

csinh, csinhf, csinhl - Fonctions sinus hyperboliques complexes.

SYNOPSIS

#include <complex.h>

double complex csinh(double complex z);

float complex csinhf(float complex z);

long double complex csinhl(long double complex z);

DESCRIPTION

La fonctions hyperbolique complexe sinh(z) est définie ainsi : (exp(z)-exp(-z))/2.

CONFORMITÉ

C99

VOIR AUSSI

cabs(3), ctanh(3), ccosh(3)