Math.sqrt

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
Thoughtprocess (Talk)
(sqrt(9) = 3 not 9 also other changes)

Latest revision as of 01:26, 18 May 2009

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