Compute the square root of an number
y = sqrt (x)
The sqrt function computes the square root of a number and returns the result as an array. If its argument is an array, the sqrt function will be applied to each element and the result returned as an array.