man csin (Fonctions bibliothèques) - Fonctions sinus complexes.
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
TRADUCTION
Christophe Blaess, 2003.