SINH

Returns the hyperbolic sine of a number.

Sample Usage

SINH(1)
SINH(C5)

Syntax

SINH(number)

  • number - The number for which the hyperbolic sine is to be computed.

Examples

SINH(1) returns the hyperbolic sine of 1 i.e. 1.17520
SINH(C5) returns the hyperbolic sine of the number contained in C5.