Section: Mathematical Functions
y = atanh(x)
where x
is an n
-dimensional array of numerical type.
atanh
function is computed from the formula
where the log
(and square root) is taken in its most general sense.
--> x = -0.99:.01:0.99; --> plot(x,atanh(x)); grid('on');