sqrt
sqrt(x: number): number
Parameters
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): number
x: number
the 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.