WorksheetFunction.Sinh Method
Excel Developer Reference |
Returns the hyperbolic sine of a number.
Syntax
expression.Sinh(Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Arg1 | Required | Double | Number is any real number. |
Return Value
Double
Remarks
The formula for the hyperbolic sine is:
See Also