Returns the square root of a non-negative number.
Returns an error if the argument is negative.
sqrt(9) → 3.0 sqrt(2) → 1.4142135... sqrt(0) → 0.0