Hyperbolic | R Documentation |
These functions provide the obvious hyperbolic functions. They respectively compute the hyperbolic cosine, sine, tangent, and their inverses, arc-cosine, arc-sine, arc-tangent.
## S4 method for signature 'dual' cosh(x) ## S4 method for signature 'dual' sinh(x) ## S4 method for signature 'dual' tanh(x) ## S4 method for signature 'dual' acosh(x) ## S4 method for signature 'dual' asinh(x) ## S4 method for signature 'dual' atanh(x)
x |
a dual object |
A dual object containing the transformed values according to the chosen function.
x <- dual(0.5, 1) cosh(x) sinh(x) tanh(x) acosh(1 + x) asinh(x) atanh(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.