1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

双曲函数不是三角函数

This commit is contained in:
依云 2017-07-10 16:07:28 +08:00 committed by lilydjwg
parent 44fadd4268
commit 1355407b99

View File

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