inverse_hyperbolic_functions: Inverse Hyperbolic Functions

inverse_hyperbolic_functionsR Documentation

Inverse Hyperbolic Functions

Description

Functions to compute the inverse hyperbolic functions: acosh, asinh, and atanh.

Usage

acosh_boost(x)

asinh_boost(x)

atanh_boost(x)

Arguments

x

Input numeric value

Value

A single numeric value with the computed inverse hyperbolic function.

See Also

Boost Documentation for more details on the mathematical background.

Examples

# Inverse Hyperbolic Cosine
acosh_boost(2)
# Inverse Hyperbolic Sine
asinh_boost(1)
# Inverse Hyperbolic Tangent
atanh_boost(0.5)

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.