diff options
| author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:07 +0800 |
|---|---|---|
| committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
| commit | 7a9db40025c2f387b4b75b4bd0d32a18a63c0d87 (patch) | |
| tree | 50feb9ad77553c9b6737807fc5623ff9173d682e /files/zh-tw/web/javascript/reference/global_objects/math/random | |
| parent | c40612041809fe289aba58aefa170bbe784aba1f (diff) | |
| download | translated-content-7a9db40025c2f387b4b75b4bd0d32a18a63c0d87.tar.gz translated-content-7a9db40025c2f387b4b75b4bd0d32a18a63c0d87.tar.bz2 translated-content-7a9db40025c2f387b4b75b4bd0d32a18a63c0d87.zip | |
remove sup tag for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/math/random')
| -rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/math/random/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html index 896d4ab948..6731d1c2b4 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html @@ -26,7 +26,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random <h2 id="範例">範例</h2> -<p>請留意JavaScript中的數字與許多語言一樣使用 IEEE 754 floating point numbers with round-to-nearest-even behavior, the ranges claimed for the functions below (excluding the one for <code>Math.random()</code> itself) aren't exact. If extremely large bounds are chosen (2<sup>53</sup> or higher), it's possible in <em>extremely</em> rare cases to calculate the usually-excluded upper bound.</p> +<p>請留意JavaScript中的數字與許多語言一樣使用 IEEE 754 floating point numbers with round-to-nearest-even behavior, the ranges claimed for the functions below (excluding the one for <code>Math.random()</code> itself) aren't exact. If extremely large bounds are chosen (2^53 or higher), it's possible in <em>extremely</em> rare cases to calculate the usually-excluded upper bound.</p> <h3 id="Getting_a_random_number_between_0_inclusive_and_1_exclusive">Getting a random number between 0 (inclusive) and 1 (exclusive)</h3> |
