Difference between revisions of "Sqrt"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns the square root of x. </onlyinclude> <syntaxhighlight lang="cpp"> float Sqrt(float x) </syntaxhighlight> Category:Scripting Category:Global Functions")
(No difference)

Revision as of 17:38, 22 August 2012

Returns the square root of x.

float Sqrt(float x)