Difference between revisions of "ASin"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 17:19, 22 August 2012

Returns the arc sine of the given angle in radians.

float ASin(float radians)