Q&A is closed
Calculates the tangent of an angle (in radians). The result will be between negative infinity and infinity.
rad: the angle in radians (float)
float
The tangent of the angle (double)
double
* sin(rad) * cos(rad) * float * double
Source: arduino.cc