< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Will return the square root of x.

Syntax

(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