aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html
index 2c813a51ad..e313871d36 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/asuintn/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/BigInt/asUintN
---
<div>{{JSRef}}</div>
-<p><strong><code>BigInt.asUintN</code></strong> 静态方法将 <code>BigInt</code> 转换为一个 0 和 2<sup>width</sup>-1 之间的无符号整数。</p>
+<p><strong><code>BigInt.asUintN</code></strong> 静态方法将 <code>BigInt</code> 转换为一个 0 和 2^width-1 之间的无符号整数。</p>
<div>{{EmbedInteractiveExample("pages/js/bigint-asuintn.html")}}</div>
@@ -26,7 +26,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/BigInt/asUintN
<h3 id="返回值">返回值</h3>
-<p><code>bigint</code> 模(modulo) 2<sup><code>width</code></sup> 作为无符号整数的值。</p>
+<p><code>bigint</code> 模(modulo) <code>2^width</code> 作为无符号整数的值。</p>
<h2 id="例子">例子</h2>