sqrt

fun sqrt(a: Double): Double

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.