man ccosh (Fonctions bibliothèques) - Fonctions cosinus hyperboliques complexes.

NOM

ccosh, ccoshf, ccoshl - Fonctions cosinus hyperboliques complexes.

SYNOPSIS

#include <complex.h> double complex ccosh(double complex z); float complex ccoshf(float complex z); long double complex ccoshl(long double complex z);

DESCRIPTION

La fonction cosinux hyperbolique complexe Ccosh(z) est définie ainsi : (exp(z)+exp(-z))/2.

CONFORMITÉ

C99

VOIR AUSSI

TRADUCTION

Christophe Blaess, 2003.

CETTE PAGE DOCUMENTE AUSSI :