acosh
hyperbolic cosine inverse
Syntax
t = acosh(x)
Arguments
- x, t
 each is a real or complex vector or matrix.
thas the sizes ofx.
Description
acosh(x) returns t such that
            cosh(t)==x and real(t)>=0.
            -t are always other possible answers.
For real input numbers -1 < x < 1,
           real(t)==0 and imag(t)
           belongs to ]0, %pi[.
For complex numbers x,
            imag(t) belongs to [-pi, pi]
            and any t + k*%pi*%i with integer k are other
            possible answers.
Sample

Examples
| Report an issue | ||
| << acosd | Trigonometria | acot >> |