From 1355407b991a2bea819786d6c970d07ccea3926a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E4=BA=91?= Date: Mon, 10 Jul 2017 16:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E6=9B=B2=E5=87=BD=E6=95=B0=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E4=B8=89=E8=A7=92=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/number.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/number.md b/docs/number.md index a198e9a..93ed0fe 100644 --- a/docs/number.md +++ b/docs/number.md @@ -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)