WorksheetFunction.Asinh (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.

Asinh (Arg1)

Arg1: Any real number.


Dim dblArg1 As Double: dblArg1 = 
Dim dblAsinh As Double
dblAsinh = WorksheetFunction.Asinh(Arg1:=dblArg1)