diff options
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/math/index.html')
-rw-r--r-- | files/ko/web/javascript/reference/global_objects/math/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 7f6b6551e1..186cf380f2 100644 --- a/files/ko/web/javascript/reference/global_objects/math/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/index.html @@ -9,7 +9,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math --- <div>{{JSRef}}</div> -<p><span ><strong><code>Math</code></strong>는 수학적인 상수와 함수를 위한 속성과 메서드를 가진 내장 객체입니다.</span> 함수 객체가 아닙니다.</p> +<p><strong><code>Math</code></strong>는 수학적인 상수와 함수를 위한 속성과 메서드를 가진 내장 객체입니다. 함수 객체가 아닙니다.</p> + <p><code>Math</code>는 {{jsxref("Number")}} 자료형만 지원하며 {{jsxref("BigInt")}}와는 사용할 수 없습니다.</p> |