Sqrt
From GECK
A function included in the GECK for Fallout 3.
Contents
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. Try Fsqrt instead.