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 --- .../web/javascript/reference/global_objects/math/fround/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/fround') diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/fround/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/fround/index.html index b4790b6448..630c3b5d1c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/fround/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/fround/index.html @@ -47,7 +47,7 @@ Math.fround(1.5) === 1.5; // true Math.fround(1.337) === 1.337; // false -

2150 超出32位浮点,所以返回Infinity

+

2^150 超出32位浮点,所以返回Infinity

2 ** 150; // 1.42724769270596e+45
 Math.fround(2 ** 150); // Infinity
-- 
cgit v1.2.3-54-g00ecf