@@ -10,16 +10,16 @@ msgstr ""
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"POT-Creation-Date :2017-11-26 18:49+0900\n "
12
12
"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 "
15
15
"MIME-Version :1.0\n "
16
16
"Content-Type :text/plain; charset=utf-8\n "
17
17
"Content-Transfer-Encoding :8bit\n "
18
18
"Generated-By :Babel 2.5.1\n "
19
19
20
20
#: ../Doc/library/numeric.rst:6
21
21
msgid "Numeric and Mathematical Modules"
22
- msgstr ""
22
+ msgstr "숫자와 수학 모듈 "
23
23
24
24
#: ../Doc/library/numeric.rst:8
25
25
msgid ""
@@ -30,8 +30,12 @@ msgid ""
30
30
"numbers. The :mod:`decimal` module supports exact representations of "
31
31
"decimal numbers, using arbitrary precision arithmetic."
32
32
msgstr ""
33
+ "이 장에 나와있는 모듈들은 숫자와 수학에 관련된 함수와 데이터 타입을 제공합니다."
34
+ ":mod:`numbers` 모듈은 숫자 데이터 타입을 위한 추상 계층 구조를 정의합니다."
35
+ ":mod:`math`와 :mod:`cmath` 모듈은 부동소수와 복소수를 위한 여러 수학 함수를 가지고 있습니다."
36
+ ":mod:`decimal` 모듈은 임의의 정밀도 계산을 사용하여 정확한 10진수 표현을 지원합니다."
33
37
34
38
#: ../Doc/library/numeric.rst:15
35
39
msgid "The following modules are documented in this chapter:"
36
- msgstr ""
40
+ msgstr "이 장에는 다음과 같은 모듈이 설명되어 있습니다: "
37
41