JavaScript sinh() method

Definition and usage

sinh() The method returns the hyperbolic sine of a number.

Example

Returns the hyperbolic sine of a number:

Math.sinh(3);

Try it yourself

Syntax

Math.sinh(x)

Parameter value

Parameter Description
x Required. Numbers.

Technical details

Return Value: Numbers.
JavaScript Version: ECMAScript 6

Browser Support

Method Chrome IE Firefox Safari Opera
sinh() 38 12 25 8 25

Related Pages

Tutorial:JavaScript Mathematics