MicrOS
|
#include "../math.h"
Functions | |
float | atanf (float x) |
Compute arc tangent. More... | |
float atanf | ( | float | x | ) |
Compute arc tangent.
The atanf functions compute the principal value of the arc tangent of x.
x | Value whose arc tangent is computed. |