Name

asin function — Computes inverse sine

Synopsis

float asin(float x)
double asin(double x)
long double asin(long double x)

The asin function returns the inverse sine of its argument. The parameter x must be in the range [-1, 1], or a domain error occurs. The return value is in the range [-π/2, π/2].