sqrt
sqrt(x: number): numberParameters
- x: number- the number to calculate the root of. 
Returns number
the square root if x is non-negative or NaN if x is negative.
sqrt(x: number): numberx: numberthe number to calculate the root of.
the square root if x is non-negative or NaN if x is negative.
Calculates the square root of a number.