Skip to content

Commit 6988614

Browse files
authored
Merge pull request ruanyf#451 from lilydjwg/gh-pages
双曲函数不是三角函数
2 parents 44fadd4 + 1355407 commit 6988614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/number.md

Lines changed: 2 additions & 2 deletions
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)