7.20.23 sqrt Method
Returns the square root of a number.
Syntax
Math.sqrt(
number
)
Arguments
number
A numeric expression.
Remarks
If
number
is negative, the return value is zero.
Copyright © 2000 Chili!Soft