#include <math.h> double asin(double x);
This function returns the angle in the range [-Pi/2..Pi/2] whose sine is x.
[-Pi/2..Pi/2]
The inverse sine, in radians, of x. If the absolute value of x is greater than 1, the return value is NaN and errno is set to EDOM.
NaN
errno
EDOM