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

6.4 sasin - Arcsine sin-1(x)

#include <msca.h>

double sasin (double x);
float  sasinf(float x);

Given a value x this function computes the arcsine sin-1(x)  .