csin()

Computes the sine.

  #include <math.h> 
    double complex csin(double complex x); 
  float complex csinf(float complex x); 
   long double complex csinl(long double complex x);   
Parameter

x

A complex value.

Remarks

These functions return the sine of the argument x.

This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.