sqrt Method
Returns the square root of a number.
function sqrt(number : Number) : Number
Arguments
- number
Required. A numeric expression for which the square root is calculated.
Remarks
If number is negative, the return value is NaN.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the square root of a number.
function sqrt(number : Number) : Number
If number is negative, the return value is NaN.