Returns the square root of a number.
Math.sqrt(number)
The required number argument is a numeric expression.
If number is negative, the return value is NaN.
Version 1
Math Object Methods | SQRT1_2 Property | SQRT2 Property
Applies To: Math Object