Arcsinh

The inverse hyperbolic sine function

fun arcsinh(number)

Parameters

Discussion

arcsinh is the inverse of sinh so if arcsinh(number) == x then sinh(x) == number. The returned number is in terms of radians:

arcsinh(0)
arcsinh(1)
0 rad
0.88 rad

Didn't find what you were looking for?

Contact Us