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