From e983b2b1955dfcf865421251a1fad00a6ccd5196 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:08 +0800 Subject: remove sup tag for zh-CN --- files/zh-cn/web/javascript/reference/global_objects/math/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/index.html') diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/index.html index ae08c53771..4e67bcef28 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/index.html @@ -80,7 +80,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math
{{jsxref("Global_Objects/Math/cosh", "Math.cosh(x)")}}
返回一个数的双曲余弦值。
{{jsxref("Global_Objects/Math/exp", "Math.exp(x)")}}
-
返回欧拉常数的参数次方,Ex,其中 x 为参数,E 是欧拉常数(2.718...,自然对数的底数)。
+
返回欧拉常数的参数次方,E^x,其中 x 为参数,E 是欧拉常数(2.718...,自然对数的底数)。
{{jsxref("Global_Objects/Math/expm1", "Math.expm1(x)")}}
返回 exp(x) - 1 的值。
{{jsxref("Global_Objects/Math/floor", "Math.floor(x)")}}
-- cgit v1.2.3-54-g00ecf