Difference between revisions of "Tan"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns the tangent of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float Tan(float radians) </syntaxhighlight> Category:Scripting [...")
(No difference)

Revision as of 17:17, 22 August 2012

Returns the tangent of the given angle in radians.

float Tan(float radians)