.. _arduino-tan: tan(rad) ======== Description ----------- Calculates the tangent of an angle (in radians). The result will be between negative infinity and infinity. Parameters ---------- rad: the angle in radians (*float*) Returns ------- The tangent of the angle (*double*) See also -------- - `sin `_\ () - `cos `_\ () - `float `_ - `double `_