Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

25.1 scsin - Complex sine sin(x)

#include <msca.h> 
 
double complex scsin (double complex x); 
float complex  scsinf(float complex x);

Given a value x∈ C  this function computes the complex sine:

sin(x)