MicrOS
asinl.c File Reference
#include "../math.h"

Functions

long double asinl (long double x)
 Compute arc sine. More...
 

Function Documentation

◆ asinl()

long double asinl ( long double  x)

Compute arc sine.

The asinl functions compute the principal value of the arc sine of x. A domain error occurs for arguments not in the interval [−1, +1].

Parameters
xValue whose arc cosine is computed, in the interval [-1,+1].
Returns
The asinl functions return arcsin x in the interval [−π /2, +π /2] radians.