TRUECALC
Functions

ASINH

Inverse hyperbolic sine

Try it

When to use it

When should I use ASINH?

Use ASINH to compute the inverse hyperbolic sine of a number; accepts any real number.

Used in

science · engineering

Syntax

ASINH(number)

Examples

=ASINH(0.9) // => 0.8088669356527826
=ASINH(0) // => 0
=ASINH(-0.9) // => -0.8088669356527826

On this page