SpreadJS Documentation
SINH

This function returns the hyperbolic sine of the specified number.

Syntax

SINH(value)

Arguments

You can use any real number for the value argument.

Remarks

The equation for calculating the hyperbolic sine is:

SINH Equation

where z is the value argument.

Data Types

Accepts numeric data. Returns numeric data.

Examples

SINH(B4)

SINH(R1C2)

SINH(1) gives the result 1.1752011936

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.