Computes the complex sine.
#include <complex.h>
double complex csin (z)
double complex z;
float complex csinf (z)
float complex z;
long double complex csinl (z)
long double complex z;
The csin, csinf, and csinl subroutines compute the complex sine of the value specified by the z parameter.
Item | Description |
---|---|
z | Specifies the value to be computed. |
The csin, csinf, and csinl subroutines return the complex sine value.