SINH Function

Returns the hyperbolic sine of an angle.

Syntax

SINH(angle)

Parameters

Name

Required/Optional

Data Type

Description

angle

Required

Numeric

The angle of which to get the hyperbolic sine.

Return Value

Number

Remarks

The SINH function uses radians unless you specify a different unit of measure in angle.

Example

SINH(45 deg)

Returns 0.8687.