Merge pull request #451 from lilydjwg/gh-pages

双曲函数不是三角函数
This commit is contained in:
Ruan YiFeng
2017-07-10 16:20:49 +08:00
committed by GitHub
+2 -2
View File
@@ -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