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