powered by
Functions to compute the inverse hyperbolic functions: acosh, asinh, and atanh.
acosh_boost(x)asinh_boost(x)atanh_boost(x)
asinh_boost(x)
atanh_boost(x)
A single numeric value with the computed inverse hyperbolic function.
Input numeric value
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)
Run the code above in your browser using DataLab