Parameters & Returns
Parameters
Returns
Quick Summary
Returns the tangent of an angle in degrees.
Takes angle (angle in degrees).
Returns the tangent value.
Technical Exegesis...
Calculates the tangent of the given angle. The angle parameter is in degrees, not radians.
Returns the ratio of sine to cosine (sin/cos). The tangent can grow very large near 90 degrees and -90 degrees where cosine approaches zero.