Sqrt

From GECK

Contents

Description

Sqrt When given a number returns the square root of the number.

Syntax

 sqrt x     will return the square root of x.



Examples

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

Sin, Cos, Tan, Log and Pow

Reference

Personal tools