
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
cabs(3), ctanh(3), csinh(3)
TRADUCTION
Christophe Blaess, 2003.