Difference between revisions of "InvSqrt"

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

Revision as of 17:43, 22 August 2012

Returns the inverse square root of x.

float InvSqrt(float x)