Get Square Root Method
The Get Square Root method returns the square root of the value that the number argument contains. If the value that the number argument contains is a negative number or if this method cannot convert this value to a number, then it returns the following value:
NaN
This method uses the same argument as the Get Absolute Value method. For more information, see Get Absolute Value Method.
Format
Math.sqrt()