sqrt
ABSTRACT
Applies the square root function to a given input number.
PARAMETERS
x | the input number |
RETURN
the square root of the input number
DECLARATION
func sqrt(x)
Applies the square root function to a given input number.
x | the input number |
the square root of the input number
func sqrt(x)