Math.sqrt

From Data Realms Wiki

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