sqrt

ABSTRACT

Applies the square root function to a given input number.

PARAMETERS
xthe input number
RETURN

the square root of the input number

DECLARATION
func sqrt(x)