Math.sqrt

From Data Realms Wiki

Revision as of 01:26, 18 May 2009 by Thoughtprocess (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function
Syntaxmath.sqrt( Number )
Description:
Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)
ReturnsNumber




Example
DescriptionGets the square root of 9.
Code
OutputPrints 3.
Personal tools