mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-28 21:32:20 +00:00
双曲函数不是三角函数
This commit is contained in:
parent
44fadd4268
commit
1355407b99
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user