JScript  

sqrt Method

Returns the square root of a number.

Math.sqrt(number) 

The required number argument is a numeric expression.

Remarks

If number is negative, the return value is NaN.

Requirements

Version 1

See Also

Math Object Methods | SQRT1_2 Property | SQRT2 Property

Applies To: Math Object