These functions give the obvious hyperbolic functions. They respectively compute the hyperbolic cosine, sine, tangent, and their inverses, arc-cosine, arc-sine, arc-tangent (or ‘area cosine’, etc).
cosh(x)
sinh(x)
tanh(x)
acosh(x)
asinh(x)
atanh(x)
| Parameter | Description |
|---|---|
x |
a numeric or complex vector |