@@ -10,16 +10,16 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2017-11-26 18:49+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
14- "Language-Team : LANGUAGE <LL@li.org> \n "
13+ "Last-Translator : Hae-sun Park <haesunrpark@gmail.com >\n "
14+ "Language-Team : Korean (http://python.flowdas.com) \n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=utf-8\n "
1717"Content-Transfer-Encoding : 8bit\n "
1818"Generated-By : Babel 2.5.1\n "
1919
2020#: ../Doc/library/numeric.rst:6
2121msgid "Numeric and Mathematical Modules"
22- msgstr ""
22+ msgstr "숫자와 수학 모듈 "
2323
2424#: ../Doc/library/numeric.rst:8
2525msgid ""
@@ -30,8 +30,12 @@ msgid ""
3030"numbers. The :mod:`decimal` module supports exact representations of "
3131"decimal numbers, using arbitrary precision arithmetic."
3232msgstr ""
33+ "이 장에 나와있는 모듈들은 숫자와 수학에 관련된 함수와 데이터 타입을 제공합니다. "
34+ ":mod:`numbers` 모듈은 숫자 데이터 타입을 위한 추상 계층 구조를 정의합니다. "
35+ ":mod:`math` 와 :mod:`cmath` 모듈은 부동소수와 복소수를 위한 여러 수학 함수를 가지고 있습니다. "
36+ ":mod:`decimal` 모듈은 임의의 정밀도 계산을 사용하여 정확한 10진수 표현을 지원합니다."
3337
3438#: ../Doc/library/numeric.rst:15
3539msgid "The following modules are documented in this chapter:"
36- msgstr ""
40+ msgstr "이 장에는 다음과 같은 모듈이 설명되어 있습니다: "
3741
0 commit comments