
NOM
ctanh, ctanhf, ctanhl - Tangentes hyperboliques complexes.
SYNOPSIS
#include <complex.h>
double complex ctanh(double complex z);
float complex ctanhf(float complex z);
long double complex ctanhl(long double complex z);
DESCRIPTION
La fonction tangente hyperbolique complexe tanh(z) est définie ainsi :
cosh(z)/sinh(z).
CONFORMITÉ
C99
VOIR AUSSI
cabs(3), ccosh(3), csinh(3)
TRADUCTION
Christophe Blaess, 2003.