Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the square root of a number.
Syntax
Math.sqrt(number)
Remarks
The required number argument is a numeric expression.
If number is negative, the return value is NaN.
Requirements
Applies To: Math Object (Windows Scripting - JScript)
See Also
SQRT1_2 Property (Windows Scripting - JScript)
SQRT2 Property (Windows Scripting - JScript)