sqrt
Calculates the square root of a number.
Return
The square root of the number.
Parameters
a
The number to calculate the square root of.
Throws
if the number is negative.
Calculates the square root of a number.
The square root of the number.
The number to calculate the square root of.
if the number is negative.