From c40612041809fe289aba58aefa170bbe784aba1f Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:07 +0800 Subject: remove name attribute for zh-CN --- .../javascript/reference/global_objects/math/sinh/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/sinh') diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/sinh/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/sinh/index.html index 7ba28b5f3d..899783ca75 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/sinh/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/sinh/index.html @@ -5,28 +5,28 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/sinh ---
{{JSRef("Global_Objects", "Math")}}
-

概述

+

概述

 Math.sinh() 函数返回一个数字(单位为角度)的双曲正弦值.

-

语法

+

语法

Math.sinh(x)
-

参数

+

参数

x
任意数字 (单位为度).
-

描述

+

描述

双曲正弦的图像如下:

-

示例

+

示例

Math.sinh(0)      // 0
 Math.sinh(1)      // 1.1752011936438014
@@ -111,7 +111,7 @@ Math.sinh("foo")  // NaN
 
 
 
-

相关链接

+

相关链接