@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-13 14:15 +0000\n "
15+ "POT-Creation-Date : 2025-11-15 14:12 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -131,73 +131,92 @@ msgid ""
131131"This macro expands a to constant expression of type :c:expr:`double`, that "
132132"represents the positive infinity."
133133msgstr ""
134+ "Esta macro expande uma expressão constante do tipo :c:expr:`double`, que "
135+ "representa o infinito positivo."
134136
135137#: ../../c-api/float.rst:86
136138msgid ""
137139"On most platforms, this is equivalent to the :c:macro:`!INFINITY` macro from "
138140"the C11 standard ``<math.h>`` header."
139141msgstr ""
142+ "Na maioria das plataformas, isso equivale à macro :c:macro:`!INFINITY` do "
143+ "cabeçalho ``<math.h>`` do padrão C11."
140144
141145#: ../../c-api/float.rst:92
142146msgid ""
143147"This macro expands a to constant expression of type :c:expr:`double`, that "
144148"represents a quiet not-a-number (qNaN) value."
145149msgstr ""
150+ "Esta macro expande uma expressão constante do tipo :c:expr:`double`, que "
151+ "representa um valor não um número quieto (qNaN)."
146152
147153#: ../../c-api/float.rst:95
148154msgid ""
149155"On most platforms, this is equivalent to the :c:macro:`!NAN` macro from the "
150156"C11 standard ``<math.h>`` header."
151157msgstr ""
158+ "Na maioria das plataformas, isso equivale à macro :c:macro:`!NAN` do "
159+ "cabeçalho ``<math.h>`` do padrão C11."
152160
153161#: ../../c-api/float.rst:101
154162msgid ""
155163"The definition (accurate for a :c:expr:`double` type) of the :data:`math.e` "
156164"constant."
157165msgstr ""
166+ "A definição (precisa para um tipo :c:expr:`double`) da constante :data:`math."
167+ "e`."
158168
159169#: ../../c-api/float.rst:106
160170msgid "High precision (long double) definition of :data:`~math.e` constant."
161- msgstr ""
171+ msgstr "Definição de alta precisão (long double) da constante :data:`~math.e`. "
162172
163173#: ../../c-api/float.rst:111
164174msgid ""
165175"The definition (accurate for a :c:expr:`double` type) of the :data:`math.pi` "
166176"constant."
167177msgstr ""
178+ "A definição (precisa para um tipo :c:expr:`double`) da constante :data:`math."
179+ "pi`."
168180
169181#: ../../c-api/float.rst:116
170182msgid "High precision (long double) definition of :data:`~math.pi` constant."
171183msgstr ""
184+ "Definição de alta precisão (long double) da constante :data:`~math.pi`."
172185
173186#: ../../c-api/float.rst:121
174187msgid ""
175188"The definition (accurate for a :c:expr:`double` type) of the :data:`math."
176189"tau` constant."
177190msgstr ""
191+ "A definição (precisa para um tipo :c:expr:`double`) da constante :data:`math."
192+ "tau`."
178193
179194#: ../../c-api/float.rst:128
180195msgid "Return :data:`math.nan` from a function."
181- msgstr ""
196+ msgstr "Retorna :data:`math.nan` de uma função. "
182197
183198#: ../../c-api/float.rst:130
184199msgid ""
185200"On most platforms, this is equivalent to ``return PyFloat_FromDouble(NAN)``."
186201msgstr ""
202+ "Na maioria das plataformas, isso equivale a ``return "
203+ "PyFloat_FromDouble(NAN)``."
187204
188205#: ../../c-api/float.rst:135
189206msgid ""
190207"Return :data:`math.inf` or :data:`-math.inf <math.inf>` from a function, "
191208"depending on the sign of *sign*."
192209msgstr ""
210+ "Retorna :data:`math.inf` ou :data:`-math.inf <math.inf>` de uma função, "
211+ "dependendo do sinal de *sign*."
193212
194213#: ../../c-api/float.rst:138
195214msgid "On most platforms, this is equivalent to the following::"
196- msgstr ""
215+ msgstr "Na maioria das plataformas, isso equivale ao seguinte:: "
197216
198217#: ../../c-api/float.rst:140
199218msgid "return PyFloat_FromDouble(copysign(INFINITY, sign));"
200- msgstr ""
219+ msgstr "return PyFloat_FromDouble(copysign(INFINITY, sign)); "
201220
202221#: ../../c-api/float.rst:144
203222msgid "Pack and Unpack functions"
@@ -243,6 +262,9 @@ msgid ""
243262"Note that NaNs type may not be preserved on IEEE platforms (signaling NaN "
244263"become quiet NaN), for example on x86 systems in 32-bit mode."
245264msgstr ""
265+ "Observe que o tipo NaNs pode não ser preservado em plataformas IEEE (NaN "
266+ "sinalizantes tornam-se silenciosos), por exemplo, em sistemas x86 no modo de "
267+ "32 bits."
246268
247269#: ../../c-api/float.rst:164
248270msgid ""
0 commit comments