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

Functions

long double acosl (long double x)
 Compute arc cosine. More...
 

Function Documentation

◆ acosl()

long double acosl ( long double  x)

Compute arc cosine.

The acosl functions compute the principal value of the arc cosine 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 acosl functions return arccos x in the interval [0,π ] radians.