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