MicrOS
|
#include "../math.h"
Functions | |
long double | acosl (long double x) |
Compute arc cosine. More... | |
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].
x | Value whose arc cosine is computed, in the interval [-1,+1]. |