aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/math
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-17 11:37:07 +0900
committerGitHub <noreply@github.com>2021-08-17 11:37:07 +0900
commit98a7793a51bdbdeefb172842e677dca22eb779e5 (patch)
treef07cde27678193afe366832bd58c958657fadc6c /files/ko/web/javascript/reference/global_objects/math
parent6c30dec8016abec2fba8caf0bd07d0e145c37caf (diff)
parenta28f6c8632ced6d91d311614d96ab643e5ef7058 (diff)
downloadtranslated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.tar.gz
translated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.tar.bz2
translated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.zip
Merge branch 'mdn:main' into 20210811-orphaned/Web/API/NavigatorLanguage
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/math')
-rw-r--r--files/ko/web/javascript/reference/global_objects/math/exp/index.html4
-rw-r--r--files/ko/web/javascript/reference/global_objects/math/index.html6
-rw-r--r--files/ko/web/javascript/reference/global_objects/math/log2/index.html4
-rw-r--r--files/ko/web/javascript/reference/global_objects/math/pow/index.html4
-rw-r--r--files/ko/web/javascript/reference/global_objects/math/random/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/math/sign/index.html2
6 files changed, 11 insertions, 11 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/math/exp/index.html b/files/ko/web/javascript/reference/global_objects/math/exp/index.html
index 567b8d68ab..3582752142 100644
--- a/files/ko/web/javascript/reference/global_objects/math/exp/index.html
+++ b/files/ko/web/javascript/reference/global_objects/math/exp/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/exp
---
<div>{{JSRef}}</div>
-<p> <strong><code>Math.exp()</code></strong>함수는 <code>x</code>를 인수로 하는 <code>e<sup>x</sup></code> 값을 반환합니다. 그리고 <code>e</code>는 {{jsxref("Math.E", "오일러 상수(또는 네이피어 상수)", "", 1)}}는 자연 로그의 밑입니다.</p>
+<p> <strong><code>Math.exp()</code></strong>함수는 <code>x</code>를 인수로 하는 <code>e^x</code> 값을 반환합니다. 그리고 <code>e</code>는 {{jsxref("Math.E", "오일러 상수(또는 네이피어 상수)", "", 1)}}는 자연 로그의 밑입니다.</p>
<div>{{EmbedInteractiveExample("pages/js/math-exp.html")}}</div>
@@ -24,7 +24,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/exp
<h3 id="반환_값">반환 값</h3>
-<p><code>e</code>는 {{jsxref("Math.E", "오일러 상수", "", 1)}}이고 <code>x</code>는 인수인 <code>e<sup>x</sup></code>값</p>
+<p><code>e</code>는 {{jsxref("Math.E", "오일러 상수", "", 1)}}이고 <code>x</code>는 인수인 <code>e^x</code>값</p>
<h2 id="Description">Description</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/math/index.html b/files/ko/web/javascript/reference/global_objects/math/index.html
index 1bc5902a01..498d413491 100644
--- a/files/ko/web/javascript/reference/global_objects/math/index.html
+++ b/files/ko/web/javascript/reference/global_objects/math/index.html
@@ -82,7 +82,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math
<dt>{{jsxref("Global_Objects/Math/cosh", "Math.cosh(x)")}} </dt>
<dd>숫자의 쌍곡코사인 값을 반환합니다.</dd>
<dt>{{jsxref("Global_Objects/Math/exp", "Math.exp(x)")}}</dt>
- <dd>E<sup>x</sup> 를 반환합니다. <var>x</var>는 인수이며 E 는 오일러 상수(<code>2.718</code>...) 또는 자연로그의 밑입니다.</dd>
+ <dd>E^x 를 반환합니다. <var>x</var>는 인수이며 E 는 오일러 상수(<code>2.718</code>...) 또는 자연로그의 밑입니다.</dd>
<dt>{{jsxref("Global_Objects/Math/expm1", "Math.expm1(x)")}} </dt>
<dd><code>exp(x)</code>에서 <code>1</code>을 뺀 값을 반환합니다.</dd>
<dt>{{jsxref("Global_Objects/Math/floor", "Math.floor(x)")}}</dt>
@@ -94,9 +94,9 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math
<dt>{{jsxref("Global_Objects/Math/imul", "Math.imul(x, y)")}} </dt>
<dd>두 32비트 정수의 곱을 반환합니다.</dd>
<dt>{{jsxref("Global_Objects/Math/log", "Math.log(x)")}}</dt>
- <dd>숫자의 자연로그(log<sub>e</sub> 또는 ln) 값을 반환합니다.</dd>
+ <dd>숫자의 자연로그(e를 밑으로 하는 로그, 즉 ln) 값을 반환합니다.</dd>
<dt>{{jsxref("Global_Objects/Math/log1p", "Math.log1p(x)")}} </dt>
- <dd>숫자 <code>x</code>에 대해 <code>1 + x</code>의 자연로그(log<sub>e</sub> 또는 ln) 값을 반환합니다.</dd>
+ <dd>숫자 <code>x</code>에 대해 <code>1 + x</code>의 자연로그(e를 밑으로 하는 로그, ln) 값을 반환합니다.</dd>
<dt>{{jsxref("Global_Objects/Math/log10", "Math.log10(x)")}} </dt>
<dd>숫자의 밑이 10인 로그를 반환합니다.</dd>
<dt>{{jsxref("Global_Objects/Math/log2", "Math.log2(x)")}} </dt>
diff --git a/files/ko/web/javascript/reference/global_objects/math/log2/index.html b/files/ko/web/javascript/reference/global_objects/math/log2/index.html
index 86d4f9f3db..12534d1c94 100644
--- a/files/ko/web/javascript/reference/global_objects/math/log2/index.html
+++ b/files/ko/web/javascript/reference/global_objects/math/log2/index.html
@@ -61,7 +61,7 @@ browser-compat: javascript.builtins.Math.log2
<h3 id="Return_value">반환 값</h3>
<p>
- 주어진 숫자는 log<sub>2</sub>(숫자)로 계산합니다. 만약 숫자가
+ 주어진 숫자를 진수로, 2를 밑으로 하는 로그 계산 결과입니다. 만약 숫자가
음수라면 {{jsxref("NaN")}}를 반환합니다.
</p>
@@ -81,7 +81,7 @@ browser-compat: javascript.builtins.Math.log2
<p>이 함수는 Math.log(x) / Math.log(2)와 같습니다.</p>
-<p>따라서 log<sub>2</sub>(e)는 {{jsxref("Math.LOG2E")}}와 같습니다. </p>
+<p>따라서 <code>log2(e)</code>는 {{jsxref("Math.LOG2E")}}와 같습니다. </p>
<p>그리고 위 함수는 1 / {{jsxref("Math.LN2")}}과 같습니다.</p>
diff --git a/files/ko/web/javascript/reference/global_objects/math/pow/index.html b/files/ko/web/javascript/reference/global_objects/math/pow/index.html
index 55ea3aa26a..78d729e70e 100644
--- a/files/ko/web/javascript/reference/global_objects/math/pow/index.html
+++ b/files/ko/web/javascript/reference/global_objects/math/pow/index.html
@@ -11,7 +11,7 @@ browser-compat: javascript.builtins.Math.pow
<div>{{JSRef}}</div>
-<strong><code>Math.pow()</code></strong>함수는<code>base<sup>exponent</sup></code>처럼
+<strong><code>Math.pow()</code></strong>함수는<code>base^exponent</code>처럼
<code><var>base</var></code> 에 <code><var>exponent</var></code>를 제곱한 값을 반환합니다.
<div>{{EmbedInteractiveExample("pages/js/math-pow.html")}}</div>
@@ -44,7 +44,7 @@ browser-compat: javascript.builtins.Math.pow
<p>
<strong><code>Math.pow()</code></strong>함수는 <code><var>base</var></code>의 <code><var>exponent</var></code>
- 곱, 즉 <code>base<sup>exponent</sup></code>를 반환합니다.
+ 곱, 즉 <code>base^exponent</code>를 반환합니다.
<code><var>base</var></code>와 <code><var>exponent</var></code>는 10진수입니다.
</p>
diff --git a/files/ko/web/javascript/reference/global_objects/math/random/index.html b/files/ko/web/javascript/reference/global_objects/math/random/index.html
index 2aead8d88a..d030685609 100644
--- a/files/ko/web/javascript/reference/global_objects/math/random/index.html
+++ b/files/ko/web/javascript/reference/global_objects/math/random/index.html
@@ -24,7 +24,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random
<h3 id="Math.random_사용"><code>Math.random()</code> 사용</h3>
-<p>JavaScript의 수(number)는 가까운 짝수로 반올림되는(round-to-nearest-even behavior) IEEE 754 부동소수점 실수이므로, 아래 함수들(<code>Math.random()</code> 자체에 대한 사항은 제외)에 명시된 범위는 정확하지 않음을 유의하라. 지나치게 큰 범위(2<sup>53</sup> 이상)를 선택할 경우, <em>매우</em> 드문 경우 원래 포함되어서는 안 될 최댓값이 포함되는 경우가 있다.</p>
+<p>JavaScript의 수(number)는 가까운 짝수로 반올림되는(round-to-nearest-even behavior) IEEE 754 부동소수점 실수이므로, 아래 함수들(<code>Math.random()</code> 자체에 대한 사항은 제외)에 명시된 범위는 정확하지 않음을 유의하라. 지나치게 큰 범위(2^53 이상)를 선택할 경우, <em>매우</em> 드문 경우 원래 포함되어서는 안 될 최댓값이 포함되는 경우가 있다.</p>
<h3 id="0_이상_1_미만의_난수_생성하기">0 이상 1 미만의 난수 생성하기</h3>
diff --git a/files/ko/web/javascript/reference/global_objects/math/sign/index.html b/files/ko/web/javascript/reference/global_objects/math/sign/index.html
index 1a6697e9d8..0d62073b89 100644
--- a/files/ko/web/javascript/reference/global_objects/math/sign/index.html
+++ b/files/ko/web/javascript/reference/global_objects/math/sign/index.html
@@ -25,7 +25,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/sign
<h3 id="반환_값">반환 값</h3>
-<p>주어진 인수의 부호를 나타내는 수치. 인수가 양수, 음수, 양수인 영 또는 음수인 영이면, 이 함수는 <font face="consolas, Liberation Mono, courier, monospace"><span style="background-color: rgba(220, 220, 220, 0.5);">1</span></font>, <code>-1</code>, <code>0,</code> <code>-0</code>을 각각 반환합니다. 그렇지 않으면, {{jsxref("NaN")}} 이 반환됩니다.</p>
+<p>주어진 인수의 부호를 나타내는 수치. 인수가 양수, 음수, 양수인 영 또는 음수인 영이면, 이 함수는 <code>1</code>, <code>-1</code>, <code>0,</code> <code>-0</code>을 각각 반환합니다. 그렇지 않으면, {{jsxref("NaN")}} 이 반환됩니다.</p>
<h2 id="설명">설명</h2>