Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.