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.


© 1997 by Microsoft Corporation. All rights reserved.

Comments: