These functions provide the obvious hyperbolic functions.
They respectively compute the hyperbolic cosine, sine, tangent,
and their inverses, arc-cosine, arc-sine, arc-tangent.
Usage
# S4 method for dual
cosh(x)
# S4 method for dual
sinh(x)
# S4 method for dual
tanh(x)
# S4 method for dual
acosh(x)
# S4 method for dual
asinh(x)
# S4 method for dual
atanh(x)
Value
A dual object containing the transformed values according to the chosen function.