csin

Autres langues

Langue: de

Version: 6. April 2006 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

BEZEICHNUNG

csin, csinf, csinl - die komplexe Sinusfunktion

ÜBERSICHT

#include <complex.h>

double complex csin(double complex z);
float complex csinf(float complex z);
long double complex csinl(long double complex z);

Mit der Option -lm linken.

BESCHREIBUNG

Der komplexe Sinus csin(z) ist definiert durch (exp(i*z)-exp(-i*z))/(2*i).

KONFORM ZU

C99

SIEHE AUCH

cabs(3), csin(3), ctan(3), complex(5).