Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

6.2 scos - Cosine cos(x)

#include <msca.h>

double scos (double x);
float  scosf(float x);

Given a value x this function computes the sine cos(x)  .