diff options
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.html | 2 |
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> |