@@ -103,203 +103,203 @@ msgstr ""
103
103
104
104
#: ../../library/cmath.rst:42
105
105
msgid "**Conversions to and from polar coordinates**"
106
- msgstr ""
106
+ msgstr "**Conversões de e para coordenadas polares** "
107
107
108
108
#: ../../library/cmath.rst:44
109
109
msgid ":func:`phase(z) <phase>`"
110
- msgstr ""
110
+ msgstr ":func:`phase(z) <phase>` "
111
111
112
112
#: ../../library/cmath.rst:44
113
113
msgid "Return the phase of *z*"
114
- msgstr ""
114
+ msgstr "Retorna a fase de *z* "
115
115
116
116
#: ../../library/cmath.rst:45
117
117
msgid ":func:`polar(z) <polar>`"
118
- msgstr ""
118
+ msgstr ":func:`polar(z) <polar>` "
119
119
120
120
#: ../../library/cmath.rst:45
121
121
msgid "Return the representation of *z* in polar coordinates"
122
- msgstr ""
122
+ msgstr "Retorna a representação de *z* em coordenadas polares "
123
123
124
124
#: ../../library/cmath.rst:46
125
125
msgid ":func:`rect(r, phi) <rect>`"
126
- msgstr ""
126
+ msgstr ":func:`rect(r, phi) <rect>` "
127
127
128
128
#: ../../library/cmath.rst:46
129
129
msgid "Return the complex number *z* with polar coordinates *r* and *phi*"
130
- msgstr ""
130
+ msgstr "Retorna o número complexo *z* com coordenadas polares *r* e *phi* "
131
131
132
132
#: ../../library/cmath.rst:48
133
133
msgid "**Power and logarithmic functions**"
134
134
msgstr "**Funções de potência e logarítmicas**"
135
135
136
136
#: ../../library/cmath.rst:50
137
137
msgid ":func:`exp(z) <exp>`"
138
- msgstr ""
138
+ msgstr ":func:`exp(z) <exp>` "
139
139
140
140
#: ../../library/cmath.rst:50
141
141
msgid "Return *e* raised to the power *z*"
142
- msgstr ""
142
+ msgstr "Retorna *e* elevado à potência *z* "
143
143
144
144
#: ../../library/cmath.rst:51
145
145
msgid ":func:`log(z[, base]) <log>`"
146
- msgstr ""
146
+ msgstr ":func:`log(z[, base]) <log>` "
147
147
148
148
#: ../../library/cmath.rst:51
149
149
msgid "Return the logarithm of *z* to the given *base* (*e* by default)"
150
- msgstr ""
150
+ msgstr "Retorna o logaritmo de *z* para a *base* fornecida (*e* por padrão) "
151
151
152
152
#: ../../library/cmath.rst:52
153
153
msgid ":func:`log10(z) <log10>`"
154
- msgstr ""
154
+ msgstr ":func:`log10(z) <log10>` "
155
155
156
156
#: ../../library/cmath.rst:52
157
157
msgid "Return the base-10 logarithm of *z*"
158
- msgstr ""
158
+ msgstr "Retorna o logaritmo de base 10 de *z* "
159
159
160
160
#: ../../library/cmath.rst:53
161
161
msgid ":func:`sqrt(z) <sqrt>`"
162
- msgstr ""
162
+ msgstr ":func:`sqrt(z) <sqrt>` "
163
163
164
164
#: ../../library/cmath.rst:53
165
165
msgid "Return the square root of *z*"
166
- msgstr ""
166
+ msgstr "Retorna a raiz quadrada de *z* "
167
167
168
168
#: ../../library/cmath.rst:55
169
169
msgid "**Trigonometric functions**"
170
170
msgstr "**Funções trigonométricas**"
171
171
172
172
#: ../../library/cmath.rst:57
173
173
msgid ":func:`acos(z) <acos>`"
174
- msgstr ""
174
+ msgstr ":func:`acos(z) <acos>` "
175
175
176
176
#: ../../library/cmath.rst:57
177
177
msgid "Return the arc cosine of *z*"
178
- msgstr ""
178
+ msgstr "Retorna o arco cosseno de *z* "
179
179
180
180
#: ../../library/cmath.rst:58
181
181
msgid ":func:`asin(z) <asin>`"
182
- msgstr ""
182
+ msgstr ":func:`asin(z) <asin>` "
183
183
184
184
#: ../../library/cmath.rst:58
185
185
msgid "Return the arc sine of *z*"
186
- msgstr ""
186
+ msgstr "Retorna o arco seno de *z* "
187
187
188
188
#: ../../library/cmath.rst:59
189
189
msgid ":func:`atan(z) <atan>`"
190
- msgstr ""
190
+ msgstr ":func:`atan(z) <atan>` "
191
191
192
192
#: ../../library/cmath.rst:59
193
193
msgid "Return the arc tangent of *z*"
194
- msgstr ""
194
+ msgstr "Retorna o arco tangente de *z* "
195
195
196
196
#: ../../library/cmath.rst:60
197
197
msgid ":func:`cos(z) <cos>`"
198
- msgstr ""
198
+ msgstr ":func:`cos(z) <cos>` "
199
199
200
200
#: ../../library/cmath.rst:60
201
201
msgid "Return the cosine of *z*"
202
- msgstr ""
202
+ msgstr "Retorna o cosseno de *z* "
203
203
204
204
#: ../../library/cmath.rst:61
205
205
msgid ":func:`sin(z) <sin>`"
206
- msgstr ""
206
+ msgstr ":func:`sin(z) <sin>` "
207
207
208
208
#: ../../library/cmath.rst:61
209
209
msgid "Return the sine of *z*"
210
- msgstr ""
210
+ msgstr "Retorna o seno de *z* "
211
211
212
212
#: ../../library/cmath.rst:62
213
213
msgid ":func:`tan(z) <tan>`"
214
- msgstr ""
214
+ msgstr ":func:`tan(z) <tan>` "
215
215
216
216
#: ../../library/cmath.rst:62
217
217
msgid "Return the tangent of *z*"
218
- msgstr ""
218
+ msgstr "Retorna a tangente de *z* "
219
219
220
220
#: ../../library/cmath.rst:64
221
221
msgid "**Hyperbolic functions**"
222
222
msgstr "**Funções hiperbólicas**"
223
223
224
224
#: ../../library/cmath.rst:66
225
225
msgid ":func:`acosh(z) <acosh>`"
226
- msgstr ""
226
+ msgstr ":func:`acosh(z) <acosh>` "
227
227
228
228
#: ../../library/cmath.rst:66
229
229
msgid "Return the inverse hyperbolic cosine of *z*"
230
- msgstr ""
230
+ msgstr "Retorna o cosseno hiperbólico inverso de *z* "
231
231
232
232
#: ../../library/cmath.rst:67
233
233
msgid ":func:`asinh(z) <asinh>`"
234
- msgstr ""
234
+ msgstr ":func:`asinh(z) <asinh>` "
235
235
236
236
#: ../../library/cmath.rst:67
237
237
msgid "Return the inverse hyperbolic sine of *z*"
238
- msgstr ""
238
+ msgstr "Retorna o seno hiperbólico inverso de *z* "
239
239
240
240
#: ../../library/cmath.rst:68
241
241
msgid ":func:`atanh(z) <atanh>`"
242
- msgstr ""
242
+ msgstr ":func:`atanh(z) <atanh>` "
243
243
244
244
#: ../../library/cmath.rst:68
245
245
msgid "Return the inverse hyperbolic tangent of *z*"
246
- msgstr ""
246
+ msgstr "Retorna a tangente hiperbólica inversa de *z* "
247
247
248
248
#: ../../library/cmath.rst:69
249
249
msgid ":func:`cosh(z) <cosh>`"
250
- msgstr ""
250
+ msgstr ":func:`cosh(z) <cosh>` "
251
251
252
252
#: ../../library/cmath.rst:69
253
253
msgid "Return the hyperbolic cosine of *z*"
254
- msgstr ""
254
+ msgstr "Retorna o cosseno hiperbólico de *z* "
255
255
256
256
#: ../../library/cmath.rst:70
257
257
msgid ":func:`sinh(z) <sinh>`"
258
- msgstr ""
258
+ msgstr ":func:`sinh(z) <sinh>` "
259
259
260
260
#: ../../library/cmath.rst:70
261
261
msgid "Return the hyperbolic sine of *z*"
262
- msgstr ""
262
+ msgstr "Retorna o seno hiperbólico de *z* "
263
263
264
264
#: ../../library/cmath.rst:71
265
265
msgid ":func:`tanh(z) <tanh>`"
266
- msgstr ""
266
+ msgstr ":func:`tanh(z) <tanh>` "
267
267
268
268
#: ../../library/cmath.rst:71
269
269
msgid "Return the hyperbolic tangent of *z*"
270
- msgstr ""
270
+ msgstr "Retorna a tangente hiperbólica de *z* "
271
271
272
272
#: ../../library/cmath.rst:73
273
273
msgid "**Classification functions**"
274
- msgstr ""
274
+ msgstr "**Funções de classificação** "
275
275
276
276
#: ../../library/cmath.rst:75
277
277
msgid ":func:`isfinite(z) <isfinite>`"
278
- msgstr ""
278
+ msgstr ":func:`isfinite(z) <isfinite>` "
279
279
280
280
#: ../../library/cmath.rst:75
281
281
msgid "Check if all components of *z* are finite"
282
- msgstr ""
282
+ msgstr "Verifica se todos os componentes de *z* são finitos "
283
283
284
284
#: ../../library/cmath.rst:76
285
285
msgid ":func:`isinf(z) <isinf>`"
286
- msgstr ""
286
+ msgstr ":func:`isinf(z) <isinf>` "
287
287
288
288
#: ../../library/cmath.rst:76
289
289
msgid "Check if any component of *z* is infinite"
290
- msgstr ""
290
+ msgstr "Verifica se algum componente de *z* é infinito "
291
291
292
292
#: ../../library/cmath.rst:77
293
293
msgid ":func:`isnan(z) <isnan>`"
294
- msgstr ""
294
+ msgstr ":func:`isnan(z) <isnan>` "
295
295
296
296
#: ../../library/cmath.rst:77
297
297
msgid "Check if any component of *z* is a NaN"
298
- msgstr ""
298
+ msgstr "Verifica se algum componente de *z* é NaN "
299
299
300
300
#: ../../library/cmath.rst:78
301
301
msgid ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>`"
302
- msgstr ""
302
+ msgstr ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>` "
303
303
304
304
#: ../../library/cmath.rst:78
305
305
msgid "Check if the values *a* and *b* are close to each other"
@@ -343,11 +343,11 @@ msgstr "Infinito positivo"
343
343
344
344
#: ../../library/cmath.rst:86
345
345
msgid ":data:`infj`"
346
- msgstr ""
346
+ msgstr ":data:`infj` "
347
347
348
348
#: ../../library/cmath.rst:86
349
349
msgid "Pure imaginary infinity"
350
- msgstr ""
350
+ msgstr "Infinito imaginário puro "
351
351
352
352
#: ../../library/cmath.rst:87
353
353
msgid ":data:`nan`"
@@ -359,11 +359,11 @@ msgstr "\"Not a number\" (NaN)"
359
359
360
360
#: ../../library/cmath.rst:88
361
361
msgid ":data:`nanj`"
362
- msgstr ""
362
+ msgstr ":data:`nanj` "
363
363
364
364
#: ../../library/cmath.rst:88
365
365
msgid "Pure imaginary NaN"
366
- msgstr ""
366
+ msgstr "NaN imaginário puro "
367
367
368
368
#: ../../library/cmath.rst:93
369
369
msgid "Conversions to and from polar coordinates"