
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)