WorksheetFunction.Sinh Method (Excel)

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:

Ff821363.awfsinh_ZA06051240(en-us,office.14).gif

See Also

Concepts

WorksheetFunction Object

WorksheetFunction Object Members