Menu

ASINH

Description

Returns the hyperbolic arcsine of the specified number. The hyperbolic arcsine is a value whose hyperbolic sine is the specified number, so ARCSINH(SINH(number)) is equal to the specified number.

Examples

ASINH(0.5) = 0.4812118250596

ASINH(3) = 1.8184464592321

ASINH(NAN) = NAN

ASINH(INF) = INF

ASINH(-INF) = -INF

On this page