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

8.7 sasind - Degree Arcsine sin-1(x)

#include <msca.h> 
 
double sasind (double x); 
float  sasindf(float x);

Given a value x this function computes the arcsine with output in degree sin-1(x)/π .