man ctanh (Fonctions bibliothèques) - Tangentes hyperboliques complexes.

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

TRADUCTION

Christophe Blaess, 2003.

CETTE PAGE DOCUMENTE AUSSI :