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