WorksheetFunction.Asinh Method (Excel)

Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is Arg1, so Asinh(Sinh(number)) equals Arg1.

Syntax

expression .Asinh(Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Double

Any real number.

Return Value

Double

See Also

Concepts

WorksheetFunction Object

WorksheetFunction Object Members