Sqrt

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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. Try Fsqrt instead.

See Also