sqrt

From Bohemia Interactive Community
Revision as of 13:16, 17 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

back to COMREF

sqrt x

Operand types:

x: Number

Type of returned value:

Number

Description:

Returns square root of x.


Example:

_sq = sqrt 9 ...... Result is 3