Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

coshCalculates the hyperbolic cosine: (e^x + e^-x) / 2…
sinhCalculates the hyperbolic sine: (e^x - e^-x) / 2…
tanhCalculates the hyperbolic tangent: sinh(x) / cosh(x)…
acoshCalculates the inverse hyperbolic cosine: ln(x + sqrt(x² - 1))…
asinhCalculates the inverse hyperbolic sine: ln(x + sqrt(x² + 1))…
atanhCalculates the inverse hyperbolic tangent: ln((1 + x) / (1 - x)) / 2…