Difference between revisions of "InvSqrt"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 16:43, 22 August 2012
Returns the inverse square root of x.
float InvSqrt(float x)