Skip to content

Commit 1355407

Browse files
committed
双曲函数不是三角函数
1 parent 44fadd4 commit 1355407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/number.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ Math.log2 = Math.log2 || function(x) {
604604
};
605605
```
606606

607-
### 三角函数方法
607+
### 双曲函数方法
608608

609-
ES6新增了6个三角函数方法
609+
ES6新增了6个双曲函数方法
610610

611611
- `Math.sinh(x)` 返回`x`的双曲正弦(hyperbolic sine)
612612
- `Math.cosh(x)` 返回`x`的双曲余弦(hyperbolic cosine)

0 commit comments

Comments
 (0)