Math.Sqrt

number Math.Sqrt ( 

number Num )

Description

Returns the square root of a number.

Parameters

Num

(number) The positive number whose square root you want.

Returns

(number) The square root of the number.

See also:  Related Actions