
NOM
csin, csinf, csinl - Fonctions sinus complexes.
SYNOPSIS
#include <complex.h>
double complex csin(double complex z);
float complex csinf(float complex z);
long double complex csinl(long double complex z);
DESCRIPTION
La fonction sinus complexe csin(z) est définie ainsi :
(exp(i*z)-exp(-i*z))/(2*i).
CONFORMITÉ
C99
VOIR AUSSI
cabs(3), ctan(3), csin(3)
TRADUCTION
Christophe Blaess, 2003.