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

26.3 sccvs - Complex Coversine cvs(x)

#include <msca.h> 
 
double complex sccvs (double complex x); 
float complex  sccvsf(float complex x);

Given a value x this function computes the coversine of x , cvs(x)  .