Difference between revisions of "Tan"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 16:17, 22 August 2012
Returns the tangent of the given angle in radians.
float Tan(float radians)