L3DT users' wiki
Large 3D terrain generator

sqrt

Description

Calculate the square root of a number.

Function prototype

double sqrt <double:value>

Arguments

Name Type Comment
value double A number, the square root of which is to be calculated.

Return value

The square root of the value provided, in double-precision.

Example

echo <zs:sqrt 9> // sqrt(9) = 3

… the output of which is written to the event log by echo as:

3

Comments

None.

See also

 
plugins/general/zeoscript/reference/functions/sqrt.txt · Last modified: 2017/08/31 05:51 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki