Calculates the square root of a number.
the square root if x is non-negative or NaN if x is negative.
x
NaN
the number to calculate the root of.
Generated using TypeDoc
Calculates the square root of a number.
Returns
the square root if
xis non-negative orNaNifxis negative.