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

25.2 sccos - Complex cosine cos(x)

#include <msca.h> 
 
double complex sccos (double complex  x); 
float complex  sccosf(float complex x);

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

cos(x)