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