@@ -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-11 14:15+0000\n "
15+ "POT-Creation-Date : 2025-11-13 14:15+0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -151,41 +151,59 @@ msgid ""
151151msgstr ""
152152
153153#: ../../c-api/float.rst:101
154- msgid "High precision (long double) definition of :data:`~math.e` constant."
154+ msgid ""
155+ "The definition (accurate for a :c:expr:`double` type) of the :data:`math.e` "
156+ "constant."
155157msgstr ""
156158
157159#: ../../c-api/float.rst:106
158- msgid "High precision (long double) definition of :data:`~math.pi ` constant."
160+ msgid "High precision (long double) definition of :data:`~math.e ` constant."
159161msgstr ""
160162
161163#: ../../c-api/float.rst:111
164+ msgid ""
165+ "The definition (accurate for a :c:expr:`double` type) of the :data:`math.pi` "
166+ "constant."
167+ msgstr ""
168+
169+ #: ../../c-api/float.rst:116
170+ msgid "High precision (long double) definition of :data:`~math.pi` constant."
171+ msgstr ""
172+
173+ #: ../../c-api/float.rst:121
174+ msgid ""
175+ "The definition (accurate for a :c:expr:`double` type) of the :data:`math."
176+ "tau` constant."
177+ msgstr ""
178+
179+ #: ../../c-api/float.rst:128
162180msgid "Return :data:`math.nan` from a function."
163181msgstr ""
164182
165- #: ../../c-api/float.rst:113
183+ #: ../../c-api/float.rst:130
166184msgid ""
167185"On most platforms, this is equivalent to ``return PyFloat_FromDouble(NAN)``."
168186msgstr ""
169187
170- #: ../../c-api/float.rst:118
188+ #: ../../c-api/float.rst:135
171189msgid ""
172190"Return :data:`math.inf` or :data:`-math.inf <math.inf>` from a function, "
173191"depending on the sign of *sign*."
174192msgstr ""
175193
176- #: ../../c-api/float.rst:121
194+ #: ../../c-api/float.rst:138
177195msgid "On most platforms, this is equivalent to the following::"
178196msgstr ""
179197
180- #: ../../c-api/float.rst:123
198+ #: ../../c-api/float.rst:140
181199msgid "return PyFloat_FromDouble(copysign(INFINITY, sign));"
182200msgstr ""
183201
184- #: ../../c-api/float.rst:127
202+ #: ../../c-api/float.rst:144
185203msgid "Pack and Unpack functions"
186204msgstr "As funções Pack e Unpack"
187205
188- #: ../../c-api/float.rst:129
206+ #: ../../c-api/float.rst:146
189207msgid ""
190208"The pack and unpack functions provide an efficient platform-independent way "
191209"to store floating-point values as byte strings. The Pack routines produce a "
@@ -200,7 +218,7 @@ msgstr ""
200218"rotinas de Unpack produzem um C :c:expr:`double` a partir dessa string de "
201219"bytes. O sufixo (2, 4 ou 8) especifica o número de bytes na string de bytes."
202220
203- #: ../../c-api/float.rst:135
221+ #: ../../c-api/float.rst:152
204222msgid ""
205223"On platforms that appear to use IEEE 754 formats these functions work by "
206224"copying bits. On other platforms, the 2-byte format is identical to the IEEE "
@@ -220,13 +238,13 @@ msgstr ""
220238"plataforma) não seja tratado corretamente, e tentar desempacotar uma string "
221239"de bytes contendo um INF ou NaN do IEEE levantará uma exceção."
222240
223- #: ../../c-api/float.rst:144
241+ #: ../../c-api/float.rst:161
224242msgid ""
225243"Note that NaNs type may not be preserved on IEEE platforms (signaling NaN "
226244"become quiet NaN), for example on x86 systems in 32-bit mode."
227245msgstr ""
228246
229- #: ../../c-api/float.rst:147
247+ #: ../../c-api/float.rst:164
230248msgid ""
231249"On non-IEEE platforms with more precision, or larger dynamic range, than "
232250"IEEE 754 supports, not all values can be packed; on non-IEEE platforms with "
@@ -239,11 +257,11 @@ msgstr ""
239257"alcance dinâmico, nem todos os valores podem ser desempacotados. O que "
240258"acontece nesses casos é em parte acidental (infelizmente)."
241259
242- #: ../../c-api/float.rst:155
260+ #: ../../c-api/float.rst:172
243261msgid "Pack functions"
244262msgstr "Funções Pack"
245263
246- #: ../../c-api/float.rst:157
264+ #: ../../c-api/float.rst:174
247265msgid ""
248266"The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an :c:expr:"
249267"`int` argument, non-zero if you want the bytes string in little-endian "
@@ -260,46 +278,46 @@ msgstr ""
260278"usar o endian nativo: é igual a ``1`` em processadores big-endian ou ``0`` "
261279"em processadores little-endian."
262280
263- #: ../../c-api/float.rst:164
281+ #: ../../c-api/float.rst:181
264282msgid ""
265283"Return value: ``0`` if all is OK, ``-1`` if error (and an exception is set, "
266284"most likely :exc:`OverflowError`)."
267285msgstr ""
268286"Valor de retorno: ``0`` se tudo estiver OK, ``-1`` se houver erro (e uma "
269287"exceção for definida, provavelmente :exc:`OverflowError`)."
270288
271- #: ../../c-api/float.rst:167
289+ #: ../../c-api/float.rst:184
272290msgid "There are two problems on non-IEEE platforms:"
273291msgstr "Existem dois problemas em plataformas não IEEE:"
274292
275- #: ../../c-api/float.rst:169
293+ #: ../../c-api/float.rst:186
276294msgid "What this does is undefined if *x* is a NaN or infinity."
277295msgstr "O que isso faz é indefinido se *x* é um NaN ou infinito."
278296
279- #: ../../c-api/float.rst:170
297+ #: ../../c-api/float.rst:187
280298msgid "``-0.0`` and ``+0.0`` produce the same bytes string."
281299msgstr "``-0.0`` e ``+0.0`` produzem a mesma sequência de bytes."
282300
283- #: ../../c-api/float.rst:174
301+ #: ../../c-api/float.rst:191
284302msgid "Pack a C double as the IEEE 754 binary16 half-precision format."
285303msgstr ""
286304"Empacota um C duplo como o formato de meia precisão binário16 IEEE 754."
287305
288- #: ../../c-api/float.rst:178
306+ #: ../../c-api/float.rst:195
289307msgid "Pack a C double as the IEEE 754 binary32 single precision format."
290308msgstr ""
291309"Empacota um C duplo como o formato de precisão simples binário32 IEEE 754."
292310
293- #: ../../c-api/float.rst:182
311+ #: ../../c-api/float.rst:199
294312msgid "Pack a C double as the IEEE 754 binary64 double precision format."
295313msgstr ""
296314"Empacota um C duplo como o formato de precisão dupla binária 64 IEEE 754."
297315
298- #: ../../c-api/float.rst:186
316+ #: ../../c-api/float.rst:203
299317msgid "Unpack functions"
300318msgstr "Funções de Unpack"
301319
302- #: ../../c-api/float.rst:188
320+ #: ../../c-api/float.rst:205
303321msgid ""
304322"The unpack routines read 2, 4 or 8 bytes, starting at *p*. *le* is an :c:"
305323"expr:`int` argument, non-zero if the bytes string is in little-endian format "
@@ -316,7 +334,7 @@ msgstr ""
316334"é igual a ``1`` em processadores big-endian ou ``0`` em processadores little-"
317335"endian."
318336
319- #: ../../c-api/float.rst:195
337+ #: ../../c-api/float.rst:212
320338msgid ""
321339"Return value: The unpacked double. On error, this is ``-1.0`` and :c:func:"
322340"`PyErr_Occurred` is true (and an exception is set, most likely :exc:"
@@ -326,25 +344,25 @@ msgstr ""
326344"func:`PyErr_Occurred` é verdadeiro (e uma exceção é definida, provavelmente :"
327345"exc:`OverflowError`)."
328346
329- #: ../../c-api/float.rst:199
347+ #: ../../c-api/float.rst:216
330348msgid ""
331349"Note that on a non-IEEE platform this will refuse to unpack a bytes string "
332350"that represents a NaN or infinity."
333351msgstr ""
334352"Observe que em uma plataforma que não adere IEEE isso se recusará a "
335353"descompactar uma sequência de bytes que representa um NaN ou infinito."
336354
337- #: ../../c-api/float.rst:204
355+ #: ../../c-api/float.rst:221
338356msgid "Unpack the IEEE 754 binary16 half-precision format as a C double."
339357msgstr ""
340358"Descompacta o formato de meia precisão IEEE 754 binary16 como um double C."
341359
342- #: ../../c-api/float.rst:208
360+ #: ../../c-api/float.rst:225
343361msgid "Unpack the IEEE 754 binary32 single precision format as a C double."
344362msgstr ""
345363"Descompacta o formato IEEE 754 binary32 de precisão simples como um C double."
346364
347- #: ../../c-api/float.rst:212
365+ #: ../../c-api/float.rst:229
348366msgid "Unpack the IEEE 754 binary64 double precision format as a C double."
349367msgstr ""
350368"Descompacta o formato IEEE 754 binary64 de precisão dupla como um C double."
0 commit comments