The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Last Revision: Searching...
Last Build: 2024/11/05
Calculates the tangent of an angle (in radians). The result will be between negative infinity and infinity.
tan(rad)
rad: The angle in Radians (float).
rad
float
The tangent of the angle (double).
double
LANGUAGE float
LANGUAGE double