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].

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.