WorksheetFunction.Asinh Method
Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is, so Asinh(Sinh(number)) equals .
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:
| Arg1 | Arg1 |