1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-06-11 00:18:19 +00:00

Merge pull request from lilydjwg/gh-pages

双曲函数不是三角函数
This commit is contained in:
Ruan YiFeng 2017-07-10 16:20:49 +08:00 committed by GitHub
commit 6988614dff

@ -604,9 +604,9 @@ Math.log2 = Math.log2 || function(x) {
};
```
### 三角函数方法
### 双曲函数方法
ES6新增了6个三角函数方法。
ES6新增了6个双曲函数方法。
- `Math.sinh(x)` 返回`x`的双曲正弦hyperbolic sine
- `Math.cosh(x)` 返回`x`的双曲余弦hyperbolic cosine