@@ -17,19 +17,16 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../c-api/float.rst:6
20
- #, fuzzy
21
20
msgid "Floating-Point Objects"
22
21
msgstr "부동 소수점 객체"
23
22
24
23
#: ../../c-api/float.rst:13
25
- #, fuzzy
26
24
msgid ""
27
25
"This subtype of :c:type:`PyObject` represents a Python floating-point "
28
26
"object."
29
27
msgstr "이 :c:type:`PyObject`\\ 의 서브 형은 파이썬 부동 소수점 객체를 나타냅니다."
30
28
31
29
#: ../../c-api/float.rst:18
32
- #, fuzzy
33
30
msgid ""
34
31
"This instance of :c:type:`PyTypeObject` represents the Python floating-"
35
32
"point type. This is the same object as :class:`float` in the Python "
@@ -65,7 +62,6 @@ msgid "Create a :c:type:`PyFloatObject` object from *v*, or ``NULL`` on failure.
65
62
msgstr "*v*\\ 로부터 :c:type:`PyFloatObject` 객체를 만들거나, 실패하면 ``NULL``."
66
63
67
64
#: ../../c-api/float.rst:47
68
- #, fuzzy
69
65
msgid ""
70
66
"Return a C :c:expr:`double` representation of the contents of *pyfloat*."
71
67
" If *pyfloat* is not a Python floating-point object but has a "
@@ -75,22 +71,21 @@ msgid ""
75
71
" upon failure, so one should call :c:func:`PyErr_Occurred` to check for "
76
72
"errors."
77
73
msgstr ""
78
- "*pyfloat* 의 내용의 C :c:type:`double` 표현을 반환합니다. *pyfloat*\\ 가 파이썬 부동 소수점 객체가"
79
- " 아니지만 :meth:`__float__` 메서드가 있으면, *pyfloat*\\ 를 float로 변환하기 위해 이 메서드가 먼저 "
80
- "호출됩니다. ``__float__()``\\ 가 정의되지 않았으면 :meth:`__index__`\\ 로 대체합니다. 이 메서드는 "
81
- "실패하면 ``-1.0``\\ 을 반환하므로, :c:func:`PyErr_Occurred`\\ 를 호출하여 에러를 확인해야 합니다."
74
+ "*pyfloat* 의 내용의 C :c:expr:`double` 표현을 반환합니다. *pyfloat*\\ 가 파이썬 부동 소수점 객체가"
75
+ " 아니지만 :meth:`~object.__float__` 메서드가 있으면, *pyfloat*\\ 를 float로 변환하기 위해 이 "
76
+ "메서드가 먼저 호출됩니다. :meth:`!__float__`\\ 가 정의되지 않았으면 "
77
+ ":meth:`~object.__index__`\\ 로 대체합니다. 이 메서드는 실패하면 ``-1.0``\\ 을 반환하므로, "
78
+ ":c:func:`PyErr_Occurred`\\ 를 호출하여 에러를 확인해야 합니다."
82
79
83
80
#: ../../c-api/float.rst:54
84
- #, fuzzy
85
81
msgid "Use :meth:`~object.__index__` if available."
86
- msgstr "사용할 수 있으면 :meth:`__index__`\\ 를 사용합니다."
82
+ msgstr "사용할 수 있으면 :meth:`~object. __index__`\\ 를 사용합니다."
87
83
88
84
#: ../../c-api/float.rst:60
89
- #, fuzzy
90
85
msgid ""
91
86
"Return a C :c:expr:`double` representation of the contents of *pyfloat*, "
92
87
"but without error checking."
93
- msgstr "에러 검사 없이 *pyfloat* 의 내용의 C :c:type :`double` 표현을 반환합니다."
88
+ msgstr "에러 검사 없이 *pyfloat* 의 내용의 C :c:expr :`double` 표현을 반환합니다."
94
89
95
90
#: ../../c-api/float.rst:66
96
91
msgid ""
@@ -102,18 +97,16 @@ msgstr ""
102
97
":file:`float.h`\\ 를 감싸는 얇은 래퍼입니다."
103
98
104
99
#: ../../c-api/float.rst:73
105
- #, fuzzy
106
100
msgid ""
107
101
"Return the maximum representable finite float *DBL_MAX* as C "
108
102
":c:expr:`double`."
109
- msgstr "최대 표현 가능한 유한 float *DBL_MAX*\\ 를 C :c:type :`double`\\ 로 반환합니다."
103
+ msgstr "최대 표현 가능한 유한 float *DBL_MAX*\\ 를 C :c:expr :`double`\\ 로 반환합니다."
110
104
111
105
#: ../../c-api/float.rst:78
112
- #, fuzzy
113
106
msgid ""
114
107
"Return the minimum normalized positive float *DBL_MIN* as C "
115
108
":c:expr:`double`."
116
- msgstr "최소 정규화된(normalized) 양의 float *DBL_MIN*\\ 를 C :c:type :`double`\\ 로 반환합니다."
109
+ msgstr "최소 정규화된(normalized) 양의 float *DBL_MIN*\\ 를 C :c:expr :`double`\\ 로 반환합니다."
117
110
118
111
#: ../../c-api/float.rst:82
119
112
msgid "Pack and Unpack functions"
@@ -234,10 +227,9 @@ msgstr ""
234
227
235
228
#: ../../c-api/float.rst:8
236
229
msgid "object"
237
- msgstr ""
230
+ msgstr "객체 "
238
231
239
232
#: ../../c-api/float.rst:8
240
- #, fuzzy
241
233
msgid "floating-point"
242
- msgstr "부동 소수점 객체 "
234
+ msgstr "부동 소수점"
243
235
0 commit comments