@@ -16,7 +16,8 @@ msgstr ""
16
16
"POT-Creation-Date :2021-01-01 05:02+0000\n "
17
17
"PO-Revision-Date :2017-02-16 23:02+0000\n "
18
18
"Last-Translator :i17obot <i17obot@rougeth.com>, 2021\n "
19
- "Language-Team :Portuguese (Brazil) (https://www.transifex.com/python-doc/teams/5390/pt_BR/)\n "
19
+ "Language-Team :Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
20
+ "teams/5390/pt_BR/)\n "
20
21
"Language :pt_BR\n "
21
22
"MIME-Version :1.0\n "
22
23
"Content-Type :text/plain; charset=UTF-8\n "
@@ -25,7 +26,7 @@ msgstr ""
25
26
26
27
#: ../../library/cmath.rst:2
27
28
msgid ":mod:`cmath` --- Mathematical functions for complex numbers"
28
- msgstr ""
29
+ msgstr ":mod:`cmath` --- Funções matemáticas para números complexos "
29
30
30
31
#: ../../library/cmath.rst:9
31
32
msgid ""
@@ -41,9 +42,9 @@ msgstr ""
41
42
#: ../../library/cmath.rst:18
42
43
msgid ""
43
44
"On platforms with hardware and system-level support for signed zeros, "
44
- "functions involving branch cuts are continuous on *both* sides of the branch"
45
- " cut: the sign of the zero distinguishes one side of the branch cut from the"
46
- " other. On platforms that do not support signed zeros the continuity is as "
45
+ "functions involving branch cuts are continuous on *both* sides of the branch "
46
+ "cut: the sign of the zero distinguishes one side of the branch cut from the "
47
+ "other. On platforms that do not support signed zeros the continuity is as "
47
48
"specified below."
48
49
msgstr ""
49
50
@@ -54,15 +55,15 @@ msgstr ""
54
55
#: ../../library/cmath.rst:28
55
56
msgid ""
56
57
"A Python complex number ``z`` is stored internally using *rectangular* or "
57
- "*Cartesian* coordinates. It is completely determined by its *real part* "
58
- "``z. real`` and its *imaginary part* ``z.imag``. In other words::"
58
+ "*Cartesian* coordinates. It is completely determined by its *real part*``z. "
59
+ "real`` and its *imaginary part* ``z.imag``. In other words::"
59
60
msgstr ""
60
61
61
62
#: ../../library/cmath.rst:35
62
63
msgid ""
63
64
"*Polar coordinates* give an alternative way to represent a complex number. "
64
- "In polar coordinates, a complex number *z* is defined by the modulus *r* and"
65
- " the phase angle *phi*. The modulus *r* is the distance from *z* to the "
65
+ "In polar coordinates, a complex number *z* is defined by the modulus *r* and "
66
+ "the phase angle *phi*. The modulus *r* is the distance from *z* to the "
66
67
"origin, while the phase *phi* is the counterclockwise angle, measured in "
67
68
"radians, from the positive x-axis to the line segment that joins the origin "
68
69
"to *z*."
@@ -78,8 +79,8 @@ msgstr ""
78
79
msgid ""
79
80
"Return the phase of *x* (also known as the *argument* of *x*), as a float. "
80
81
"``phase(x)`` is equivalent to ``math.atan2(x.imag, x.real)``. The result "
81
- "lies in the range [-\\ *π*, *π*], and the branch cut for this operation lies"
82
- " along the negative real axis, continuous from above. On systems with "
82
+ "lies in the range [-\\ *π*, *π*], and the branch cut for this operation lies "
83
+ "along the negative real axis, continuous from above. On systems with "
83
84
"support for signed zeros (which includes most systems in current use), this "
84
85
"means that the sign of the result is the same as the sign of ``x.imag``, "
85
86
"even when ``x.imag`` is zero::"
@@ -88,14 +89,14 @@ msgstr ""
88
89
#: ../../library/cmath.rst:64
89
90
msgid ""
90
91
"The modulus (absolute value) of a complex number *x* can be computed using "
91
- "the built-in :func:`abs` function. There is no separate :mod:`cmath` module"
92
- " function for this operation."
92
+ "the built-in :func:`abs` function. There is no separate :mod:`cmath` module "
93
+ "function for this operation."
93
94
msgstr ""
94
95
95
96
#: ../../library/cmath.rst:71
96
97
msgid ""
97
- "Return the representation of *x* in polar coordinates. Returns a pair ``(r,"
98
- " phi)`` where *r* is the modulus of *x* and phi is the phase of *x*. "
98
+ "Return the representation of *x* in polar coordinates. Returns a pair ``(r, "
99
+ "phi)`` where *r* is the modulus of *x* and phi is the phase of *x*. "
99
100
"``polar(x)`` is equivalent to ``(abs(x), phase(x))``."
100
101
msgstr ""
101
102
@@ -124,8 +125,8 @@ msgstr ""
124
125
125
126
#: ../../library/cmath.rst:101
126
127
msgid ""
127
- "Return the base-10 logarithm of *x*. This has the same branch cut as "
128
- ":func: `log`."
128
+ "Return the base-10 logarithm of *x*. This has the same branch cut as:func: "
129
+ "`log`."
129
130
msgstr ""
130
131
131
132
#: ../../library/cmath.rst:107
@@ -189,9 +190,9 @@ msgstr ""
189
190
190
191
#: ../../library/cmath.rst:167
191
192
msgid ""
192
- "Return the inverse hyperbolic tangent of *x*. There are two branch cuts: One"
193
- " extends from ``1`` along the real axis to ``∞``, continuous from below. The"
194
- " other extends from ``-1`` along the real axis to ``-∞``, continuous from "
193
+ "Return the inverse hyperbolic tangent of *x*. There are two branch cuts: One "
194
+ "extends from ``1`` along the real axis to ``∞``, continuous from below. The "
195
+ "other extends from ``-1`` along the real axis to ``-∞``, continuous from "
195
196
"above."
196
197
msgstr ""
197
198
@@ -234,8 +235,8 @@ msgid ""
234
235
"Return ``True`` if the values *a* and *b* are close to each other and "
235
236
"``False`` otherwise."
236
237
msgstr ""
237
- "Retorna ``True`` se os valores *a* e *b* estiverem próximos e ``False`` caso"
238
- " contrário."
238
+ "Retorna ``True`` se os valores *a* e *b* estiverem próximos e ``False`` caso "
239
+ "contrário."
239
240
240
241
#: ../../library/cmath.rst:216
241
242
msgid ""
@@ -264,8 +265,8 @@ msgid ""
264
265
"*abs_tol* is the minimum absolute tolerance -- useful for comparisons near "
265
266
"zero. *abs_tol* must be at least zero."
266
267
msgstr ""
267
- "*abs_tol* é a tolerância absoluta mínima -- útil para comparações próximas a"
268
- " zero. *abs_tol* deve ser pelo menos zero."
268
+ "*abs_tol* é a tolerância absoluta mínima -- útil para comparações próximas a "
269
+ "zero. *abs_tol* deve ser pelo menos zero."
269
270
270
271
#: ../../library/cmath.rst:228
271
272
msgid ""
@@ -284,8 +285,8 @@ msgid ""
284
285
msgstr ""
285
286
"Os valores especiais do IEEE 754 de ``NaN``, ``inf`` e ``-inf`` serão "
286
287
"tratados de acordo com as regras do IEEE. Especificamente, ``NaN`` não é "
287
- "considerado próximo a qualquer outro valor, incluindo ``NaN``. ``inf`` e "
288
- "``- inf`` são considerados apenas próximos a si mesmos."
288
+ "considerado próximo a qualquer outro valor, incluindo ``NaN``. ``inf`` e``- "
289
+ "inf`` são considerados apenas próximos a si mesmos."
289
290
290
291
#: ../../library/cmath.rst:240
291
292
msgid ":pep:`485` -- A function for testing approximate equality"
@@ -332,13 +333,13 @@ msgstr ""
332
333
#: ../../library/cmath.rst:296
333
334
msgid ""
334
335
"Note that the selection of functions is similar, but not identical, to that "
335
- "in module :mod:`math`. The reason for having two modules is that some users"
336
- " aren't interested in complex numbers, and perhaps don't even know what they"
337
- " are. They would rather have ``math.sqrt(-1)`` raise an exception than "
338
- "return a complex number. Also note that the functions defined in "
339
- ":mod: `cmath` always return a complex number, even if the answer can be "
340
- "expressed as a real number (in which case the complex number has an "
341
- "imaginary part of zero)."
336
+ "in module :mod:`math`. The reason for having two modules is that some users "
337
+ "aren't interested in complex numbers, and perhaps don't even know what they "
338
+ "are. They would rather have ``math.sqrt(-1)`` raise an exception than "
339
+ "return a complex number. Also note that the functions defined in:mod: "
340
+ "`cmath` always return a complex number, even if the answer can be expressed "
341
+ "as a real number (in which case the complex number has an imaginary part of "
342
+ "zero)."
342
343
msgstr ""
343
344
344
345
#: ../../library/cmath.rst:304
@@ -348,13 +349,13 @@ msgid ""
348
349
"It is assumed that if you need to compute with complex functions, you will "
349
350
"understand about branch cuts. Consult almost any (not too elementary) book "
350
351
"on complex variables for enlightenment. For information of the proper "
351
- "choice of branch cuts for numerical purposes, a good reference should be the"
352
- " following:"
352
+ "choice of branch cuts for numerical purposes, a good reference should be the "
353
+ "following:"
353
354
msgstr ""
354
355
355
356
#: ../../library/cmath.rst:314
356
357
msgid ""
357
358
"Kahan, W: Branch cuts for complex elementary functions; or, Much ado about "
358
- "nothing's sign bit. In Iserles, A., and Powell, M. (eds.), The state of the"
359
- " art in numerical analysis. Clarendon Press (1987) pp165--211."
359
+ "nothing's sign bit. In Iserles, A., and Powell, M. (eds.), The state of the "
360
+ "art in numerical analysis. Clarendon Press (1987) pp165--211."
360
361
msgstr ""