| inverse_hyperbolic_functions | R Documentation |
Functions to compute the inverse hyperbolic functions: acosh, asinh, and atanh.
acosh_boost(x)
asinh_boost(x)
atanh_boost(x)
x |
Input numeric value |
A single numeric value with the computed inverse hyperbolic function.
Boost Documentation for more details on the mathematical background.
# Inverse Hyperbolic Cosine
acosh_boost(2)
# Inverse Hyperbolic Sine
asinh_boost(1)
# Inverse Hyperbolic Tangent
atanh_boost(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.