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