Sqrt

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Will return the square root of x.

Syntax

[help]
(float) Sqrt value:float

Notes

Sin, cos, tan, pow, log, sqrt and abs (particularly pow and log) are extremely slow. Do not use them in script blocks that get executed every frame.

See Also