JavaScript cosh() Method

Clash Royale CLAN TAG#URR8PPP
<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
JavaScript cosh() Method
❮ JavaScript Math Object
Example
Return the hyperbolic cosine of a number:
Math.cosh(3);
Try it Yourself »
Definition and Usage
The cosh() method returns the hyperbolic cosine of a number.
Browser Support
| Method | |||||
|---|---|---|---|---|---|
| cosh() | 38 | 12 | 25 | 8 | 25 |
Syntax
Math.cosh(x)Parameter Values
| Parameter | Description |
|---|---|
| x | Required. A number |
<!--
mid_content, all: [300,250][336,280][728,90][970,250][970,90][320,50][468,60]-->
Technical Details
| Return Value: | A Number |
|---|---|
| JavaScript Version: | ECMAScript 6 |
❮ JavaScript Math Object