
NOM
ctan, ctanf, ctanl - Fonctions tangentes complexes.
SYNOPSIS
#include <complex.h>
double complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex z);
DESCRIPTION
La fonction tangente complexe ctan(z) est définie ainsi :
ccos(z)/csin(z).
CONFORMITÉ
C99
VOIR AUSSI
cabs(3), ccos(3), csin(3)
TRADUCTION
Christophe Blaess, 2003.