man csinh (Fonctions bibliothèques) - Fonctions sinus hyperboliques complexes.
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