SINH function

Synopsis
This function returns the hyperbolic sine of the specified hyperbolic angle, given in degrees.
Variations
SINH(Angle)
Returns the hyperbolic sine of the specified hyperbolic angle.
Parameters
Angle

Specifies the hyperbolic angle, in degrees, from which to calculate the hyperbolic sine.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 0.0174542.

SINH(1)
2.

The following example returns 2.3013.

SINH(90)
3.

The following example returns -0.0174542.

SINH(-1)