MicrOS
|
#include "../math.h"
Functions | |
float | asinf (float x) |
Compute arc sine. More... | |
float asinf | ( | float | x | ) |
Compute arc sine.
The asinf functions compute the principal value of the arc sine 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]. |