csin

Autres langues

Langue: fr

Version: 21 juillet 2003 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

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.