Math.sqrt
From Data Realms Wiki
Revision as of 01:26, 18 May 2009 by Thoughtprocess (Talk)
Function | |
---|---|
Syntax | math.sqrt( Number ) |
Description: | |
Returns the square root of x. (You can also use the expression x^0.5 to compute this value.) | |
Returns | Number |
Example | |
---|---|
Description | Gets the square root of 9. |
Code | |
Output | Prints 3. |