/

HTML / CSS / JavaScript Tutorial

JavaScript Math method: asinh()

[this page | pdf | back links]

The asinh() method (of the Math object) returns the (principal) hyperbolic arcsine of a real number.

 

It has the following syntax with the following parameters:

 

Math.asinh(x)

 

Parameter

Required / Optional

Description

x

Required

Input parameter

 


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


Desktop view | Switch to Mobile