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

8.2 scosd - Degree Cosine cos(x)

#include <msca.h> 
 
double scosd (double x); 
float  scosdf(float x);

Given a value x this function computes the cosine with input in degrees cos(x)  .