sqrt Method

From Microsoft Office JScript

Microsoft® JScript® sqrt Method  Language Reference 
Version 1 

See Also                  Applies To


Description

Returns the square root of a number.

Syntax

Math.sqrt(number)

The number argument is a numeric expression.

Remarks

If number is negative, the return value is zero.