MicrOS
|
#include "../math.h"
Functions | |
float | tanf (float x) |
Compute tangent. More... | |
float tanf | ( | float | x | ) |
Compute tangent.
The tanf functions compute the tangent of x (measured in radians).
x | Value representing an angle, expressed in radians. |