Difference between revisions of "ASin"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns the arc sine of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float ASin(float radians) </syntaxhighlight> Category:Scripting...") |
(No difference)
|
Revision as of 16:19, 22 August 2012
Returns the arc sine of the given angle in radians.
float ASin(float radians)