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

8.1 ssind - Degree Sine sin(x)

#include <msca.h> 
 
double ssind (double x); 
float  ssindf(float x);

Given a value x this function computes the sine with input in degrees sin(x)  .