mathTan

Returns the tangent of an angle in degrees. Takes angle (angle in degrees). Returns the tangent value.

Mathematics

Parameters & Returns

Parameters

angle Double

Returns

Double

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.

Example

Example.bam
; No example implemented yet