TRUECALC
Functions

SINH

Hyperbolic sine

Try it

When to use it

When should I use SINH?

Use SINH to compute the hyperbolic sine of a number, which appears in physics, engineering, and certain financial growth models.

Used in

science · engineering

Syntax

SINH(number)

Examples

=SINH(1) // => 1.1752011936438014
=SINH(0) // => 0
=SINH(-1) // => -1.1752011936438014

On this page