Learn R Programming

boostmath (version 1.0.0)

inverse_hyperbolic_functions: 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)

Value

A single numeric value with the computed inverse hyperbolic function.

Arguments

x

Input numeric value

See Also

Boost Documentation for more details on the mathematical background.

Examples

Run this code
# 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