Menu

ARCSINH

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

ARCSINH(0.5) = 0.4812118250596

ARCSINH(3) = 1.8184464592321

ARCSINH(NAN) = NAN

ARCSINH(INF) = INF

ARCSINH(-INF) = -INF

On this page