csin, csinf, or csinl Subroutine
Purpose
Computes the complex sine.
Syntax
#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;
Description
The csin, csinf, and csinl subroutines compute the complex sine of the value specified by the z parameter.
Parameters
Item | Description |
---|---|
z | Specifies the value to be computed. |
Return Values
The csin, csinf, and csinl subroutines return the complex sine value.