/

HTML / CSS / JavaScript Tutorial

JavaScript Math method: sinh()

[this page | pdf | back links]

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

 

It has the following syntax with the following parameters:

 

Math.sinh(x)

 

Parameter

Required / Optional

Description

x

Required

Input parameter

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript Numbers and Math


Desktop view | Switch to Mobile