C Programming/complex.h/csin

Prototypes edit

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

Description edit

These functions compute and return the complex sine value.