Functions

sinh

Supported By

Syntax

[the] sinh of factor

sinh ( expression )

Factor and expression yield integers, numbers, or complexes.

Example

put the sinh of 2 -- yields 3.626860

Description

The sinh function returns the hyperbolic sine of the value that is passed to it.

If the argument is an integer or a number, a number is returned. If the argument is a complex, a complex is returned.