aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/math/exp
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:08 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commite983b2b1955dfcf865421251a1fad00a6ccd5196 (patch)
tree792e047cba454c4010fc0b153edcc276b5cb7a77 /files/zh-cn/web/javascript/reference/global_objects/math/exp
parent7a9db40025c2f387b4b75b4bd0d32a18a63c0d87 (diff)
downloadtranslated-content-e983b2b1955dfcf865421251a1fad00a6ccd5196.tar.gz
translated-content-e983b2b1955dfcf865421251a1fad00a6ccd5196.tar.bz2
translated-content-e983b2b1955dfcf865421251a1fad00a6ccd5196.zip
remove sup tag for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/exp')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html
index 14f5af47c3..9161628dfb 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html
@@ -6,7 +6,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/exp
<div>
{{JSRef("Global_Objects", "Math")}}</div>
<h2 id="Summary">概述</h2>
-<p><code><strong>Math.exp()</strong></code> 函数返回 <code>e<sup>x</sup></code>,<code>x</code> 表示参数,<code>e</code> 是<a href="/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Math/E">欧拉常数(Euler's constant)</a>,自然对数的底数。</p>
+<p><code><strong>Math.exp()</strong></code> 函数返回 <code>e^x</code>,<code>x</code> 表示参数,<code>e</code> 是<a href="/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Math/E">欧拉常数(Euler's constant)</a>,自然对数的底数。</p>
<h2 id="Syntax">语法</h2>
<pre class="syntaxbox"><code>Math.exp(<em>x</em>)</code></pre>
<h3 id="Parameters">参数</h3>