-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathdecimal.po
More file actions
2713 lines (2390 loc) · 119 KB
/
decimal.po
File metadata and controls
2713 lines (2390 loc) · 119 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Raphael Mendonça, 2020
# Marco Rougeth <marco@rougeth.com>, 2020
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2020
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-16 17:24+0000\n"
"PO-Revision-Date: 2020-05-30 11:59+0000\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
"teams/5390/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
"1000000 == 0 ? 1 : 2;\n"
#: ../../library/decimal.rst:2
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
msgstr ":mod:`decimal` --- Aritmética de ponto fixo decimal e ponto flutuante"
#: ../../library/decimal.rst:15
msgid "**Source code:** :source:`Lib/decimal.py`"
msgstr "**Código-fonte:** :source:`Lib/decimal.py`"
#: ../../library/decimal.rst:33
msgid ""
"The :mod:`decimal` module provides support for fast correctly-rounded "
"decimal floating point arithmetic. It offers several advantages over "
"the :class:`float` datatype:"
msgstr ""
"O módulo :mod:`decimal` fornece suporte a aritmética rápida de ponto "
"flutuante decimal corretamente arredondado. Oferece várias vantagens sobre o "
"tipo de dados :class:`float`:"
#: ../../library/decimal.rst:37
msgid ""
"Decimal \"is based on a floating-point model which was designed with people "
"in mind, and necessarily has a paramount guiding principle -- computers must "
"provide an arithmetic that works in the same way as the arithmetic that "
"people learn at school.\" -- excerpt from the decimal arithmetic "
"specification."
msgstr ""
"Decimal \"é baseado em um modelo de ponto flutuante que foi projetado com as "
"pessoas em mente e necessariamente tem um princípio orientador primordial -- "
"os computadores devem fornecer uma aritmética que funcione da mesma maneira "
"que a aritmética que as pessoas aprendem na escola\". -- trecho da "
"especificação aritmética decimal."
#: ../../library/decimal.rst:42
msgid ""
"Decimal numbers can be represented exactly. In contrast, numbers "
"like :const:`1.1` and :const:`2.2` do not have exact representations in "
"binary floating point. End users typically would not expect ``1.1 + 2.2`` to "
"display as :const:`3.3000000000000003` as it does with binary floating point."
msgstr ""
"Os números decimais podem ser representados exatamente. Por outro lado, "
"números como :const:`1.1` e :const:`2.2` não possuem representações exatas "
"em ponto flutuante binário. Os usuários finais normalmente não esperam que "
"``1.1 + 2.2`` sejam exibidos como :const:`3.3000000000000003`, como acontece "
"com o ponto flutuante binário."
#: ../../library/decimal.rst:47
msgid ""
"The exactness carries over into arithmetic. In decimal floating point, "
"``0.1 + 0.1 + 0.1 - 0.3`` is exactly equal to zero. In binary floating "
"point, the result is :const:`5.5511151231257827e-017`. While near to zero, "
"the differences prevent reliable equality testing and differences can "
"accumulate. For this reason, decimal is preferred in accounting applications "
"which have strict equality invariants."
msgstr ""
"A exatidão transita para a aritmética. No ponto flutuante decimal, ``0.1 + "
"0.1 + 0.1 - 0.3`` é exatamente igual a zero. No ponto flutuante binário, o "
"resultado é :const:`5.5511151231257827e-017`. Embora próximas de zero, as "
"diferenças impedem o teste de igualdade confiável e as diferenças podem se "
"acumular. Por esse motivo, o decimal é preferido em aplicativos de "
"contabilidade que possuem invariáveis estritos de igualdade."
#: ../../library/decimal.rst:54
msgid ""
"The decimal module incorporates a notion of significant places so that "
"``1.30 + 1.20`` is :const:`2.50`. The trailing zero is kept to indicate "
"significance. This is the customary presentation for monetary applications. "
"For multiplication, the \"schoolbook\" approach uses all the figures in the "
"multiplicands. For instance, ``1.3 * 1.2`` gives :const:`1.56` while ``1.30 "
"* 1.20`` gives :const:`1.5600`."
msgstr ""
"O módulo decimal incorpora uma noção de casas significativas para que ``1.30 "
"+ 1.20`` seja :const:`2.50`. O zero à direita é mantido para indicar "
"significância. Esta é a apresentação habitual para aplicações monetárias. "
"Para multiplicação, a abordagem \"livro escolar\" usa todas as figuras nos "
"multiplicandos. Por exemplo, ``1.3 * 1.2`` é igual a :const:`1.56` enquanto "
"``1.30 * 1.20`` é igual a :const:`1.5600`."
#: ../../library/decimal.rst:61
msgid ""
"Unlike hardware based binary floating point, the decimal module has a user "
"alterable precision (defaulting to 28 places) which can be as large as "
"needed for a given problem:"
msgstr ""
"Diferentemente do ponto flutuante binário baseado em hardware, o módulo "
"decimal possui uma precisão alterável pelo usuário (padrão de 28 casas), que "
"pode ser tão grande quanto necessário para um determinado problema:"
#: ../../library/decimal.rst:73
msgid ""
"Both binary and decimal floating point are implemented in terms of published "
"standards. While the built-in float type exposes only a modest portion of "
"its capabilities, the decimal module exposes all required parts of the "
"standard. When needed, the programmer has full control over rounding and "
"signal handling. This includes an option to enforce exact arithmetic by "
"using exceptions to block any inexact operations."
msgstr ""
"O ponto flutuante binário e decimal é implementado em termos de padrões "
"publicados. Enquanto o tipo ponto flutuante embutido expõe apenas uma parte "
"modesta de seus recursos, o módulo decimal expõe todas as partes necessárias "
"do padrão. Quando necessário, o programador tem controle total sobre o "
"arredondamento e o manuseio do sinal. Isso inclui uma opção para impor "
"aritmética exata usando exceções para bloquear quaisquer operações inexatas."
#: ../../library/decimal.rst:80
msgid ""
"The decimal module was designed to support \"without prejudice, both exact "
"unrounded decimal arithmetic (sometimes called fixed-point arithmetic) and "
"rounded floating-point arithmetic.\" -- excerpt from the decimal arithmetic "
"specification."
msgstr ""
"O módulo decimal foi projetado para dar suporte, \"sem prejuízo, a "
"aritmética decimal não arredondada exata (às vezes chamada aritmética de "
"ponto fixo) e aritmética arredondada de ponto flutuante\". -- trecho da "
"especificação aritmética decimal."
#: ../../library/decimal.rst:85
msgid ""
"The module design is centered around three concepts: the decimal number, "
"the context for arithmetic, and signals."
msgstr ""
"O design do módulo é centrado em torno de três conceitos: o número decimal, "
"o contexto da aritmética e os sinais."
#: ../../library/decimal.rst:88
msgid ""
"A decimal number is immutable. It has a sign, coefficient digits, and an "
"exponent. To preserve significance, the coefficient digits do not truncate "
"trailing zeros. Decimals also include special values such "
"as :const:`Infinity`, :const:`-Infinity`, and :const:`NaN`. The standard "
"also differentiates :const:`-0` from :const:`+0`."
msgstr ""
"Um número decimal é imutável. Possui um sinal, dígitos de coeficiente e um "
"expoente. Para preservar a significância, os dígitos do coeficiente não "
"truncam zeros à direita. Os decimais também incluem valores especiais, tais "
"como :const:`Infinity`, :const:`-Infinity` e :const:`NaN`. O padrão também "
"diferencia :const:`-0` de :const:`+0`."
#: ../../library/decimal.rst:94
msgid ""
"The context for arithmetic is an environment specifying precision, rounding "
"rules, limits on exponents, flags indicating the results of operations, and "
"trap enablers which determine whether signals are treated as exceptions. "
"Rounding options "
"include :const:`ROUND_CEILING`, :const:`ROUND_DOWN`, :const:`ROUND_FLOOR`, :const:`ROUND_HALF_DOWN`, :const:`ROUND_HALF_EVEN`, :const:`ROUND_HALF_UP`, :const:`ROUND_UP`, "
"and :const:`ROUND_05UP`."
msgstr ""
"O contexto da aritmética é um ambiente que especifica precisão, regras de "
"arredondamento, limites de expoentes, sinalizadores indicando os resultados "
"das operações e ativadores de interceptação que determinam se os sinais são "
"tratados como exceções. As opções de arredondamento "
"incluem :const:`ROUND_CEILING`, :const:`ROUND_DOWN`, :const:`ROUND_FLOOR`, :const:`ROUND_HALF_DOWN`, :const:`ROUND_HALF_EVEN`, :const:`ROUND_HALF_UP`, :const:`ROUND_UP` "
"e :const:`ROUND_05UP`."
#: ../../library/decimal.rst:101
msgid ""
"Signals are groups of exceptional conditions arising during the course of "
"computation. Depending on the needs of the application, signals may be "
"ignored, considered as informational, or treated as exceptions. The signals "
"in the decimal module "
"are: :const:`Clamped`, :const:`InvalidOperation`, :const:`DivisionByZero`, :const:`Inexact`, :const:`Rounded`, :const:`Subnormal`, :const:`Overflow`, :const:`Underflow` "
"and :const:`FloatOperation`."
msgstr ""
"Sinais são grupos de condições excepcionais que surgem durante o curso da "
"computação. Dependendo das necessidades da aplicação, os sinais podem ser "
"ignorados, considerados informativos ou tratados como exceções. Os sinais no "
"módulo decimal "
"são: :const:`Clamped`, :const:`InvalidOperation`, :const:`DivisionByZero`, :const:`Inexact`, :const:`Rounded`, :const:`Subnormal`, :const:`Overflow`, :const:`Underflow` "
"e :const:`FloatOperation`."
#: ../../library/decimal.rst:108
msgid ""
"For each signal there is a flag and a trap enabler. When a signal is "
"encountered, its flag is set to one, then, if the trap enabler is set to "
"one, an exception is raised. Flags are sticky, so the user needs to reset "
"them before monitoring a calculation."
msgstr ""
"Para cada sinal, há um sinalizador e um ativador de interceptação. Quando um "
"sinal é encontrado, seu sinalizador é definido como um e, se o ativador de "
"interceptação estiver definido como um, uma exceção será gerada. Os "
"sinalizadores são fixos; portanto, o usuário precisa redefini-los antes de "
"monitorar um cálculo."
#: ../../library/decimal.rst:116
msgid ""
"IBM's General Decimal Arithmetic Specification, `The General Decimal "
"Arithmetic Specification <http://speleotrove.com/decimal/decarith.html>`_."
msgstr ""
"A especificação geral aritmética decimal da IBM, `The General Decimal "
"Arithmetic Specification <http://speleotrove.com/decimal/decarith.html>`_."
#: ../../library/decimal.rst:125
msgid "Quick-start Tutorial"
msgstr "Tutorial de início rápido"
#: ../../library/decimal.rst:127
msgid ""
"The usual start to using decimals is importing the module, viewing the "
"current context with :func:`getcontext` and, if necessary, setting new "
"values for precision, rounding, or enabled traps::"
msgstr ""
"O início usual do uso de decimais é importar o módulo, exibir o contexto "
"atual com :func:`getcontext` e, se necessário, definir novos valores para "
"precisão, arredondamento ou armadilhas ativados::"
#: ../../library/decimal.rst:139
msgid ""
"Decimal instances can be constructed from integers, strings, floats, or "
"tuples. Construction from an integer or a float performs an exact conversion "
"of the value of that integer or float. Decimal numbers include special "
"values such as :const:`NaN` which stands for \"Not a number\", positive and "
"negative :const:`Infinity`, and :const:`-0`::"
msgstr ""
"Instâncias decimais podem ser construídas a partir de números inteiros, "
"strings, pontos flutuantes ou tuplas. A construção de um número inteiro ou "
"de um ponto flutuante realiza uma conversão exata do valor desse número "
"inteiro ou ponto flutuante. Os números decimais incluem valores especiais "
"como :const:`NaN`, que significa \"Não é um número\", :const:`Infinity` "
"positivo e negativo e :const:`-0`::"
#: ../../library/decimal.rst:163
msgid ""
"If the :exc:`FloatOperation` signal is trapped, accidental mixing of "
"decimals and floats in constructors or ordering comparisons raises an "
"exception::"
msgstr ""
"Se o sinal :exc:`FloatOperation` for capturado na armadilha, a mistura "
"acidental de decimais e pontos flutuantes em construtores ou comparações de "
"ordenação levanta uma exceção::"
#: ../../library/decimal.rst:182
msgid ""
"The significance of a new Decimal is determined solely by the number of "
"digits input. Context precision and rounding only come into play during "
"arithmetic operations."
msgstr ""
"O significado de um novo decimal é determinado apenas pelo número de dígitos "
"inseridos. A precisão e o arredondamento do contexto só entram em jogo "
"durante operações aritméticas."
#: ../../library/decimal.rst:199
msgid ""
"If the internal limits of the C version are exceeded, constructing a decimal "
"raises :class:`InvalidOperation`::"
msgstr ""
"Se os limites internos da versão C forem excedidos, a construção de um "
"decimal levanta :class:`InvalidOperation`::"
#: ../../library/decimal.rst:209
msgid ""
"Decimals interact well with much of the rest of Python. Here is a small "
"decimal floating point flying circus:"
msgstr ""
"Os decimais interagem bem com grande parte do resto do Python. Aqui está um "
"pequeno circo voador de ponto flutuante decimal:"
#: ../../library/decimal.rst:241
msgid "And some mathematical functions are also available to Decimal:"
msgstr "E algumas funções matemáticas também estão disponíveis no Decimal:"
#: ../../library/decimal.rst:253
msgid ""
"The :meth:`quantize` method rounds a number to a fixed exponent. This "
"method is useful for monetary applications that often round results to a "
"fixed number of places:"
msgstr ""
"O método :meth:`quantize` arredonda um número para um expoente fixo. Esse "
"método é útil para aplicações monetárias que geralmente arredondam os "
"resultados para um número fixo de locais:"
#: ../../library/decimal.rst:262
msgid ""
"As shown above, the :func:`getcontext` function accesses the current context "
"and allows the settings to be changed. This approach meets the needs of "
"most applications."
msgstr ""
"Como mostrado acima, a função :func:`getcontext` acessa o contexto atual e "
"permite que as configurações sejam alteradas. Essa abordagem atende às "
"necessidades da maioria das aplicações."
#: ../../library/decimal.rst:266
msgid ""
"For more advanced work, it may be useful to create alternate contexts using "
"the Context() constructor. To make an alternate active, use "
"the :func:`setcontext` function."
msgstr ""
"Para trabalhos mais avançados, pode ser útil criar contextos alternativos "
"usando o construtor Context(). Para ativar uma alternativa, use a "
"função :func:`setcontext`."
#: ../../library/decimal.rst:270
msgid ""
"In accordance with the standard, the :mod:`decimal` module provides two "
"ready to use standard contexts, :const:`BasicContext` "
"and :const:`ExtendedContext`. The former is especially useful for debugging "
"because many of the traps are enabled:"
msgstr ""
"De acordo com o padrão, o módulo :mod:`decimal` fornece dois contextos "
"padrão prontos para uso, :const:`BasicContext` e :const:`ExtendedContext`. O "
"primeiro é especialmente útil para depuração porque muitas das armadilhas "
"estão ativadas:"
#: ../../library/decimal.rst:299
msgid ""
"Contexts also have signal flags for monitoring exceptional conditions "
"encountered during computations. The flags remain set until explicitly "
"cleared, so it is best to clear the flags before each set of monitored "
"computations by using the :meth:`clear_flags` method. ::"
msgstr ""
"Os contextos também possuem sinalizadores para monitorar condições "
"excepcionais encontradas durante os cálculos. Os sinalizadores permanecem "
"definidos até que sejam explicitamente limpos, portanto, é melhor limpar os "
"sinalizadores antes de cada conjunto de cálculos monitorados usando o "
"método :meth:`clear_flags`. ::"
#: ../../library/decimal.rst:312
msgid ""
"The *flags* entry shows that the rational approximation to :const:`Pi` was "
"rounded (digits beyond the context precision were thrown away) and that the "
"result is inexact (some of the discarded digits were non-zero)."
msgstr ""
"A entrada *flags* mostra que a aproximação racional de :const:`Pi` foi "
"arredondada (dígitos além da precisão do contexto foram descartados) e que o "
"resultado é inexato (alguns dos dígitos descartados eram diferentes de zero)."
#: ../../library/decimal.rst:316
msgid ""
"Individual traps are set using the dictionary in the :attr:`traps` field of "
"a context:"
msgstr ""
"As armadilhas individuais são definidas usando o dicionário no "
"campo :attr:`traps` de um contexto:"
#: ../../library/decimal.rst:331
msgid ""
"Most programs adjust the current context only once, at the beginning of the "
"program. And, in many applications, data is converted to :class:`Decimal` "
"with a single cast inside a loop. With context set and decimals created, "
"the bulk of the program manipulates the data no differently than with other "
"Python numeric types."
msgstr ""
"A maioria dos programas ajusta o contexto atual apenas uma vez, no início do "
"programa. E, em muitas aplicações, os dados são convertidos "
"para :class:`Decimal` com uma única conversão dentro de um loop. Com o "
"conjunto de contextos e decimais criados, a maior parte do programa manipula "
"os dados de maneira diferente do que com outros tipos numéricos do Python."
#: ../../library/decimal.rst:343
msgid "Decimal objects"
msgstr "Objetos de Decimal"
#: ../../library/decimal.rst:348
msgid "Construct a new :class:`Decimal` object based from *value*."
msgstr "Constrói um novo objeto de :class:`Decimal` com base em *value*."
#: ../../library/decimal.rst:350
msgid ""
"*value* can be an integer, string, tuple, :class:`float`, or "
"another :class:`Decimal` object. If no *value* is given, returns "
"``Decimal('0')``. If *value* is a string, it should conform to the decimal "
"numeric string syntax after leading and trailing whitespace characters, as "
"well as underscores throughout, are removed::"
msgstr ""
"*value* pode ser um inteiro, string, tupla, :class:`float` ou outro objeto "
"de :class:`Decimal`. Se nenhum *value* for fornecido, retornará "
"``Decimal('0')``. Se *value* for uma string, ele deverá estar em "
"conformidade com a sintaxe da string numérica decimal após caracteres de "
"espaço em branco à esquerda e à direita, bem como sublinhados em toda parte, "
"serem removidos::"
#: ../../library/decimal.rst:366
msgid ""
"Other Unicode decimal digits are also permitted where ``digit`` appears "
"above. These include decimal digits from various other alphabets (for "
"example, Arabic-Indic and Devanāgarī digits) along with the fullwidth digits "
"``'\\uff10'`` through ``'\\uff19'``."
msgstr ""
"Outros dígitos decimais Unicode também são permitidos onde ``digit`` aparece "
"acima. Isso inclui dígitos decimais de vários outros alfabetos (por exemplo, "
"dígitos em árabes-índicos e devanágaris), além dos dígitos de largura total "
"``'\\uff10'`` a ``'\\uff19'``."
#: ../../library/decimal.rst:371
msgid ""
"If *value* is a :class:`tuple`, it should have three components, a sign "
"(:const:`0` for positive or :const:`1` for negative), a :class:`tuple` of "
"digits, and an integer exponent. For example, ``Decimal((0, (1, 4, 1, 4), "
"-3))`` returns ``Decimal('1.414')``."
msgstr ""
"Se *value* for um :class:`tuple`, ele deverá ter três componentes, um sinal "
"(:const:`0` para positivo ou :const:`1` para negativo), um :class:`tuple` de "
"dígitos e um expoente inteiro. Por exemplo, ``Decimal((0, (1, 4, 1, 4), "
"-3))`` returna ``Decimal('1.414')``."
#: ../../library/decimal.rst:376
msgid ""
"If *value* is a :class:`float`, the binary floating point value is "
"losslessly converted to its exact decimal equivalent. This conversion can "
"often require 53 or more digits of precision. For example, "
"``Decimal(float('1.1'))`` converts to "
"``Decimal('1.100000000000000088817841970012523233890533447265625')``."
msgstr ""
"Se *value* é um :class:`float`, o valor do ponto flutuante binário é "
"convertido sem perdas no seu equivalente decimal exato. Essa conversão "
"geralmente requer 53 ou mais dígitos de precisão. Por exemplo, "
"``Decimal(float('1.1'))`` converte para "
"``Decimal('1.100000000000000088817841970012523233890533447265625')``."
#: ../../library/decimal.rst:382
msgid ""
"The *context* precision does not affect how many digits are stored. That is "
"determined exclusively by the number of digits in *value*. For example, "
"``Decimal('3.00000')`` records all five zeros even if the context precision "
"is only three."
msgstr ""
"A precisão *context* não afeta quantos dígitos estão armazenados. Isso é "
"determinado exclusivamente pelo número de dígitos em *value*. Por exemplo, "
"``Decimal('3.00000')`` registra todos os cinco zeros, mesmo que a precisão "
"do contexto seja apenas três."
#: ../../library/decimal.rst:387
msgid ""
"The purpose of the *context* argument is determining what to do if *value* "
"is a malformed string. If the context traps :const:`InvalidOperation`, an "
"exception is raised; otherwise, the constructor returns a new Decimal with "
"the value of :const:`NaN`."
msgstr ""
"O objetivo do argumento *context* é determinar o que fazer se *value* for "
"uma string malformada. Se o contexto capturar :const:`InvalidOperation`, uma "
"exceção será levantada; caso contrário, o construtor retornará um novo "
"decimal com o valor de :const:`NaN`."
#: ../../library/decimal.rst:392
msgid "Once constructed, :class:`Decimal` objects are immutable."
msgstr "Uma vez construídos, objetos de :class:`Decimal` são imutáveis."
#: ../../library/decimal.rst:394
msgid ""
"The argument to the constructor is now permitted to be a :class:`float` "
"instance."
msgstr ""
"O argumento para o construtor agora pode ser uma instância de :class:`float`."
#: ../../library/decimal.rst:398
msgid ""
":class:`float` arguments raise an exception if the :exc:`FloatOperation` "
"trap is set. By default the trap is off."
msgstr ""
"Os argumentos de :class:`float` levantam uma exceção se a "
"armadilha :exc:`FloatOperation` estiver definida. Por padrão, a armadilha "
"está desativada."
#: ../../library/decimal.rst:402
msgid ""
"Underscores are allowed for grouping, as with integral and floating-point "
"literals in code."
msgstr ""
"Sublinhados são permitidos para agrupamento, como nos literais de ponto "
"flutuante e integral no código."
#: ../../library/decimal.rst:406
msgid ""
"Decimal floating point objects share many properties with the other built-in "
"numeric types such as :class:`float` and :class:`int`. All of the usual "
"math operations and special methods apply. Likewise, decimal objects can be "
"copied, pickled, printed, used as dictionary keys, used as set elements, "
"compared, sorted, and coerced to another type (such as :class:`float` "
"or :class:`int`)."
msgstr ""
"Objetos decimais de ponto flutuante compartilham muitas propriedades com "
"outros tipos numéricos embutidos, como :class:`float` e :class:`int`. Todas "
"as operações matemáticas usuais e métodos especiais se aplicam. Da mesma "
"forma, objetos decimais podem ser copiados, separados, impressos, usados "
"como chaves de dicionário, usados como elementos de conjunto, comparados, "
"classificados e coagidos a outro tipo (como :class:`float` ou :class:`int`)."
#: ../../library/decimal.rst:413
msgid ""
"There are some small differences between arithmetic on Decimal objects and "
"arithmetic on integers and floats. When the remainder operator ``%`` is "
"applied to Decimal objects, the sign of the result is the sign of the "
"*dividend* rather than the sign of the divisor::"
msgstr ""
"Existem algumas pequenas diferenças entre aritmética em objetos decimais e "
"aritmética em números inteiros e flutuantes. Quando o operador de resto "
"``%`` é aplicado a objetos decimais, o sinal do resultado é o sinal do "
"*dividend* em vez do sinal do divisor::"
#: ../../library/decimal.rst:423
msgid ""
"The integer division operator ``//`` behaves analogously, returning the "
"integer part of the true quotient (truncating towards zero) rather than its "
"floor, so as to preserve the usual identity ``x == (x // y) * y + x % y``::"
msgstr ""
"O operador de divisão inteira ``//`` se comporta de maneira análoga, "
"retornando a parte inteira do quociente verdadeiro (truncando em direção a "
"zero) em vez de seu resto, de modo a preservar a identidade usual ``x == "
"(x // y) * y + x % y``::"
#: ../../library/decimal.rst:432
msgid ""
"The ``%`` and ``//`` operators implement the ``remainder`` and ``divide-"
"integer`` operations (respectively) as described in the specification."
msgstr ""
"Os operadores ``%`` e ``//`` implementam as operações de ``remainder`` e "
"``divide-integer`` (respectivamente) como descrito na especificação."
#: ../../library/decimal.rst:436
msgid ""
"Decimal objects cannot generally be combined with floats or instances "
"of :class:`fractions.Fraction` in arithmetic operations: an attempt to add "
"a :class:`Decimal` to a :class:`float`, for example, will raise "
"a :exc:`TypeError`. However, it is possible to use Python's comparison "
"operators to compare a :class:`Decimal` instance ``x`` with another number "
"``y``. This avoids confusing results when doing equality comparisons "
"between numbers of different types."
msgstr ""
"Objetos decimais geralmente não podem ser combinados com pontos flutuantes "
"ou instâncias de :class:`fractions.Fraction` em operações aritméticas: uma "
"tentativa de adicionar um :class:`Decimal` a um :class:`float`, por exemplo, "
"vai levantar um :exc:`TypeError`. No entanto, é possível usar os operadores "
"de comparação do Python para comparar uma instância de :class:`Decimal` "
"``x`` com outro número ``y``. Isso evita resultados confusos ao fazer "
"comparações de igualdade entre números de tipos diferentes."
#: ../../library/decimal.rst:444
msgid ""
"Mixed-type comparisons between :class:`Decimal` instances and other numeric "
"types are now fully supported."
msgstr ""
"As comparações de tipos mistos entre instâncias de :class:`Decimal` e outros "
"tipos numéricos agora são totalmente suportadas."
#: ../../library/decimal.rst:448
msgid ""
"In addition to the standard numeric properties, decimal floating point "
"objects also have a number of specialized methods:"
msgstr ""
"Além das propriedades numéricas padrão, os objetos de ponto flutuante "
"decimal também possuem vários métodos especializados:"
#: ../../library/decimal.rst:454
msgid ""
"Return the adjusted exponent after shifting out the coefficient's rightmost "
"digits until only the lead digit remains: ``Decimal('321e+5').adjusted()`` "
"returns seven. Used for determining the position of the most significant "
"digit with respect to the decimal point."
msgstr ""
"Retorna o expoente ajustado depois de deslocar os dígitos mais à direita do "
"coeficiente até restar apenas o dígito principal: "
"``Decimal('321e+5').adjusted()`` retorna sete. Usado para determinar a "
"posição do dígito mais significativo em relação ao ponto decimal."
#: ../../library/decimal.rst:461
msgid ""
"Return a pair ``(n, d)`` of integers that represent the "
"given :class:`Decimal` instance as a fraction, in lowest terms and with a "
"positive denominator::"
msgstr ""
"Retorna um par ``(n, d)`` de números inteiros que representam a instância "
"dada :class:`Decimal` como uma fração, nos termos mais baixos e com um "
"denominador positivo::"
#: ../../library/decimal.rst:468
msgid ""
"The conversion is exact. Raise OverflowError on infinities and ValueError "
"on NaNs."
msgstr ""
"A conversão é exata. Levanta OverflowError em infinitos e ValueError em NaNs."
#: ../../library/decimal.rst:475
msgid ""
"Return a :term:`named tuple` representation of the number: "
"``DecimalTuple(sign, digits, exponent)``."
msgstr ""
"Retorna uma representação de :term:`tupla nomeada <named tuple>` do número: "
"``DecimalTuple(sign, digits, exponent)``."
#: ../../library/decimal.rst:481
msgid ""
"Return the canonical encoding of the argument. Currently, the encoding of "
"a :class:`Decimal` instance is always canonical, so this operation returns "
"its argument unchanged."
msgstr ""
"Retorna a codificação canônica do argumento. Atualmente, a codificação de "
"uma instância de :class:`Decimal` é sempre canônica, portanto, esta operação "
"retorna seu argumento inalterado."
#: ../../library/decimal.rst:487
msgid ""
"Compare the values of two Decimal instances. :meth:`compare` returns a "
"Decimal instance, and if either operand is a NaN then the result is a NaN::"
msgstr ""
"Compara os valores de duas instâncias decimais. :meth:`compare` retorna uma "
"instância decimal, e se qualquer operando for um NaN, o resultado será um "
"NaN::"
#: ../../library/decimal.rst:498
msgid ""
"This operation is identical to the :meth:`compare` method, except that all "
"NaNs signal. That is, if neither operand is a signaling NaN then any quiet "
"NaN operand is treated as though it were a signaling NaN."
msgstr ""
"Esta operação é idêntica ao método :meth:`compare`, exceto que todos os NaNs "
"sinalizam. Ou seja, se nenhum operando for um NaN sinalizador, qualquer "
"operando NaN silencioso será tratado como se fosse um NaN sinalizador."
#: ../../library/decimal.rst:504
msgid ""
"Compare two operands using their abstract representation rather than their "
"numerical value. Similar to the :meth:`compare` method, but the result "
"gives a total ordering on :class:`Decimal` instances. Two :class:`Decimal` "
"instances with the same numeric value but different representations compare "
"unequal in this ordering:"
msgstr ""
"Compara dois operandos usando sua representação abstrata em vez de seu valor "
"numérico. Semelhante ao método :meth:`compare`, mas o resultado fornece uma "
"ordem total nas instâncias de :class:`Decimal`. Duas instâncias "
"de :class:`Decimal` com o mesmo valor numérico, mas diferentes "
"representações, se comparam desiguais nesta ordem:"
#: ../../library/decimal.rst:513
msgid ""
"Quiet and signaling NaNs are also included in the total ordering. The "
"result of this function is ``Decimal('0')`` if both operands have the same "
"representation, ``Decimal('-1')`` if the first operand is lower in the total "
"order than the second, and ``Decimal('1')`` if the first operand is higher "
"in the total order than the second operand. See the specification for "
"details of the total order."
msgstr ""
"Os NaNs silenciosos e sinalizadores também estão incluídos no pedido total. "
"O resultado dessa função é ``Decimal('0')`` se os dois operandos tiverem a "
"mesma representação, ``Decimal('-1')`` se o primeiro operando for menor na "
"ordem total que o segundo e ``Decimal('1')`` se o primeiro operando for "
"maior na ordem total que o segundo operando. Veja a especificação para "
"detalhes da ordem total."
#: ../../library/decimal.rst:520 ../../library/decimal.rst:531
#: ../../library/decimal.rst:559 ../../library/decimal.rst:834
msgid ""
"This operation is unaffected by context and is quiet: no flags are changed "
"and no rounding is performed. As an exception, the C version may raise "
"InvalidOperation if the second operand cannot be converted exactly."
msgstr ""
"Esta operação não é afetada pelo contexto e é silenciosa: nenhum sinalizador "
"é alterado e nenhum arredondamento é executado. Como uma exceção, a versão C "
"pode levantar InvalidOperation se o segundo operando não puder ser "
"convertido exatamente."
#: ../../library/decimal.rst:526
msgid ""
"Compare two operands using their abstract representation rather than their "
"value as in :meth:`compare_total`, but ignoring the sign of each operand. "
"``x.compare_total_mag(y)`` is equivalent to "
"``x.copy_abs().compare_total(y.copy_abs())``."
msgstr ""
"Compara dois operandos usando sua representação abstrata em vez de seu "
"valor, como em :meth:`compare_total`, mas ignorando o sinal de cada "
"operando. ``x.compare_total_mag(y)`` é equivalente a "
"``x.copy_abs().compare_total(y.copy_abs())``."
#: ../../library/decimal.rst:537
msgid ""
"Just returns self, this method is only to comply with the Decimal "
"Specification."
msgstr ""
"Apenas retorna a si próprio, sendo esse método apenas para atender à "
"Especificação de Decimal."
#: ../../library/decimal.rst:542
msgid ""
"Return the absolute value of the argument. This operation is unaffected by "
"the context and is quiet: no flags are changed and no rounding is performed."
msgstr ""
"Retorna o valor absoluto do argumento. Esta operação não é afetada pelo "
"contexto e é silenciosa: nenhum sinalizador é alterado e nenhum "
"arredondamento é executado."
#: ../../library/decimal.rst:548
msgid ""
"Return the negation of the argument. This operation is unaffected by the "
"context and is quiet: no flags are changed and no rounding is performed."
msgstr ""
"Retorna a negação do argumento. Esta operação não é afetada pelo contexto e "
"é silenciosa: nenhum sinalizador é alterado e nenhum arredondamento é "
"executado."
#: ../../library/decimal.rst:553
msgid ""
"Return a copy of the first operand with the sign set to be the same as the "
"sign of the second operand. For example:"
msgstr ""
"Retorna uma cópia do primeiro operando com o sinal definido para ser o mesmo "
"que o sinal do segundo operando. Por exemplo:"
#: ../../library/decimal.rst:565
msgid ""
"Return the value of the (natural) exponential function ``e**x`` at the given "
"number. The result is correctly rounded using the :const:`ROUND_HALF_EVEN` "
"rounding mode."
msgstr ""
"Retorna o valor da função exponencial (natural) ``e**x`` no número "
"especificado. O resultado é arredondado corretamente usando o modo de "
"arredondamento :const:`ROUND_HALF_EVEN`."
#: ../../library/decimal.rst:576
msgid "Classmethod that converts a float to a decimal number, exactly."
msgstr ""
"Método de classe que converte um ponto flutuante em um número decimal, "
"exatamente."
#: ../../library/decimal.rst:578
msgid ""
"Note `Decimal.from_float(0.1)` is not the same as `Decimal('0.1')`. Since "
"0.1 is not exactly representable in binary floating point, the value is "
"stored as the nearest representable value which is `0x1.999999999999ap-4`. "
"That equivalent value in decimal is "
"`0.1000000000000000055511151231257827021181583404541015625`."
msgstr ""
"Observe que `Decimal.from_float(0.1)` não é o mesmo que `Decimal('0.1')`. "
"Como 0.1 não é exatamente representável no ponto flutuante binário, o valor "
"é armazenado como o valor representável mais próximo que é "
"`0x1.999999999999ap-4`. Esse valor equivalente em decimal é "
"`0.1000000000000000055511151231257827021181583404541015625`."
#: ../../library/decimal.rst:584
msgid ""
"From Python 3.2 onwards, a :class:`Decimal` instance can also be constructed "
"directly from a :class:`float`."
msgstr ""
"A partir do Python 3.2 em diante, uma instância de :class:`Decimal` também "
"pode ser construída diretamente a partir de um :class:`float`."
#: ../../library/decimal.rst:602
msgid ""
"Fused multiply-add. Return self*other+third with no rounding of the "
"intermediate product self*other."
msgstr ""
"Multiplicação e adição fundidos. Retorna self*other+third sem arredondamento "
"do produto intermediário self*other."
#: ../../library/decimal.rst:610
msgid ""
"Return :const:`True` if the argument is canonical and :const:`False` "
"otherwise. Currently, a :class:`Decimal` instance is always canonical, so "
"this operation always returns :const:`True`."
msgstr ""
"Retorna :const:`True` se o argumento for canônico e :const:`False` caso "
"contrário. Atualmente, uma instância de :class:`Decimal` é sempre canônica, "
"portanto, esta operação sempre retorna :const:`True`."
#: ../../library/decimal.rst:616
msgid ""
"Return :const:`True` if the argument is a finite number, and :const:`False` "
"if the argument is an infinity or a NaN."
msgstr ""
"Retorna :const:`True` se o argumento for um número finito e :const:`False` "
"se o argumento for um infinito ou um NaN."
#: ../../library/decimal.rst:621
msgid ""
"Return :const:`True` if the argument is either positive or negative infinity "
"and :const:`False` otherwise."
msgstr ""
"Retorna :const:`True` se o argumento for infinito positivo ou negativo "
"e :const:`False` caso contrário."
#: ../../library/decimal.rst:626
msgid ""
"Return :const:`True` if the argument is a (quiet or signaling) NaN "
"and :const:`False` otherwise."
msgstr ""
"Retorna :const:`True` se o argumento for NaN (silencioso ou sinalizador) "
"e :const:`False` caso contrário."
#: ../../library/decimal.rst:631
msgid ""
"Return :const:`True` if the argument is a *normal* finite number. "
"Return :const:`False` if the argument is zero, subnormal, infinite or a NaN."
msgstr ""
"Retorna :const:`True` se o argumento for um número finito *normal*. "
"Retorna :const:`False` se o argumento for zero, subnormal, infinito ou NaN."
#: ../../library/decimal.rst:636
msgid ""
"Return :const:`True` if the argument is a quiet NaN, and :const:`False` "
"otherwise."
msgstr ""
"Retorna :const:`True` se o argumento for um NaN silencioso, e :const:`False` "
"caso contrário."
#: ../../library/decimal.rst:641
msgid ""
"Return :const:`True` if the argument has a negative sign and :const:`False` "
"otherwise. Note that zeros and NaNs can both carry signs."
msgstr ""
"Retorna :const:`True` se o argumento tiver um sinal negativo "
"e :const:`False` caso contrário. Observe que zeros e NaNs podem carregar "
"sinais."
#: ../../library/decimal.rst:646
msgid ""
"Return :const:`True` if the argument is a signaling NaN and :const:`False` "
"otherwise."
msgstr ""
"Retorna :const:`True` se o argumento for um sinal NaN e :const:`False` caso "
"contrário."
#: ../../library/decimal.rst:651
msgid ""
"Return :const:`True` if the argument is subnormal, and :const:`False` "
"otherwise."
msgstr ""
"Retorna :const:`True` se o argumento for subnormal e :const:`False` caso "
"contrário."
#: ../../library/decimal.rst:656
msgid ""
"Return :const:`True` if the argument is a (positive or negative) zero "
"and :const:`False` otherwise."
msgstr ""
"Retorna :const:`True` se o argumento for um zero (positivo ou negativo) "
"e :const:`False` caso contrário."
#: ../../library/decimal.rst:661
msgid ""
"Return the natural (base e) logarithm of the operand. The result is "
"correctly rounded using the :const:`ROUND_HALF_EVEN` rounding mode."
msgstr ""
"Retorna o logaritmo (base e) natural do operando. O resultado é arredondado "
"corretamente usando o modo de arredondamento :const:`ROUND_HALF_EVEN`."
#: ../../library/decimal.rst:666
msgid ""
"Return the base ten logarithm of the operand. The result is correctly "
"rounded using the :const:`ROUND_HALF_EVEN` rounding mode."
msgstr ""
"Retorna o logaritmo da base dez do operando. O resultado é arredondado "
"corretamente usando o modo de arredondamento :const:`ROUND_HALF_EVEN`."
#: ../../library/decimal.rst:671
msgid ""
"For a nonzero number, return the adjusted exponent of its operand as "
"a :class:`Decimal` instance. If the operand is a zero then ``Decimal('-"
"Infinity')`` is returned and the :const:`DivisionByZero` flag is raised. If "
"the operand is an infinity then ``Decimal('Infinity')`` is returned."
msgstr ""
"Para um número diferente de zero, retorna o expoente ajustado de seu "
"operando como uma instância de :class:`Decimal`. Se o operando é zero, "
"``Decimal('-Infinity')`` é retornado e o sinalizador :const:`DivisionByZero` "
"é levantado. Se o operando for um infinito, ``Decimal('Infinity')`` será "
"retornado."
#: ../../library/decimal.rst:679
msgid ""
":meth:`logical_and` is a logical operation which takes two *logical "
"operands* (see :ref:`logical_operands_label`). The result is the digit-wise "
"``and`` of the two operands."
msgstr ""
":meth:`logical_and` é uma operação lógica que leva dois *operandos lógicos* "
"(consulte :ref:`logical_operands_label`). O resultado é o ``and`` dígito a "
"dígito dos dois operandos."
#: ../../library/decimal.rst:685
msgid ""
":meth:`logical_invert` is a logical operation. The result is the digit-wise "
"inversion of the operand."
msgstr ""
":meth:`logical_invert` é uma operação lógica. O resultado é a inversão "
"dígito a dígito do operando."
#: ../../library/decimal.rst:690
msgid ""
":meth:`logical_or` is a logical operation which takes two *logical operands* "
"(see :ref:`logical_operands_label`). The result is the digit-wise ``or`` of "
"the two operands."
msgstr ""
":meth:`logical_or` é uma operação lógica que leva dois *operandos lógicos* "
"(consulte :ref:`logical_operands_label`). O resultado é o ``or`` dígito a "
"dígito dos dois operandos."
#: ../../library/decimal.rst:696
msgid ""
":meth:`logical_xor` is a logical operation which takes two *logical "
"operands* (see :ref:`logical_operands_label`). The result is the digit-wise "
"exclusive or of the two operands."
msgstr ""
":meth:`logical_xor` é uma operação lógica que leva dois *operandos lógicos* "
"(consulte :ref:`logical_operands_label`). O resultado é o \"ou exclusivo\" "
"dígito a dígito ou dos dois operandos."
#: ../../library/decimal.rst:702
msgid ""
"Like ``max(self, other)`` except that the context rounding rule is applied "
"before returning and that :const:`NaN` values are either signaled or ignored "
"(depending on the context and whether they are signaling or quiet)."
msgstr ""
"Como ``max(self, other)``, exceto que a regra de arredondamento de contexto "
"é aplicada antes de retornar e que os valores :const:`NaN` são sinalizados "
"ou ignorados (dependendo do contexto e se estão sinalizando ou silenciosos)."
#: ../../library/decimal.rst:709
msgid ""
"Similar to the :meth:`.max` method, but the comparison is done using the "
"absolute values of the operands."
msgstr ""
"Semelhante ao método :meth:`.max`, mas a comparação é feita usando os "
"valores absolutos dos operandos."
#: ../../library/decimal.rst:714
msgid ""
"Like ``min(self, other)`` except that the context rounding rule is applied "
"before returning and that :const:`NaN` values are either signaled or ignored "
"(depending on the context and whether they are signaling or quiet)."
msgstr ""
"Como ``min(self, other)``, exceto que a regra de arredondamento de contexto "
"é aplicada antes de retornar e que os valores :const:`NaN` são sinalizados "
"ou ignorados (dependendo do contexto e se estão sinalizando ou silenciosos)."
#: ../../library/decimal.rst:721
msgid ""
"Similar to the :meth:`.min` method, but the comparison is done using the "
"absolute values of the operands."
msgstr ""
"Semelhante ao método :meth:`.min`, mas a comparação é feita usando os "
"valores absolutos dos operandos."
#: ../../library/decimal.rst:726
msgid ""
"Return the largest number representable in the given context (or in the "
"current thread's context if no context is given) that is smaller than the "
"given operand."
msgstr ""
"Retorna o maior número representável no contexto fornecido (ou no contexto "
"atual da thread, se nenhum contexto for fornecido) que seja menor que o "
"operando especificado."
#: ../../library/decimal.rst:732
msgid ""
"Return the smallest number representable in the given context (or in the "
"current thread's context if no context is given) that is larger than the "
"given operand."
msgstr ""
"Retorna o menor número representável no contexto fornecido (ou no contexto "
"atual da thread, se nenhum contexto for fornecido) que seja maior que o "
"operando fornecido."
#: ../../library/decimal.rst:738
msgid ""
"If the two operands are unequal, return the number closest to the first "
"operand in the direction of the second operand. If both operands are "
"numerically equal, return a copy of the first operand with the sign set to "
"be the same as the sign of the second operand."
msgstr ""
"Se os dois operandos forem desiguais, retorna o número mais próximo ao "
"primeiro operando na direção do segundo operando. Se os dois operandos forem "
"numericamente iguais, retorna uma cópia do primeiro operando com o sinal "
"configurado para ser o mesmo que o sinal do segundo operando."
#: ../../library/decimal.rst:745
msgid ""
"Normalize the number by stripping the rightmost trailing zeros and "
"converting any result equal to :const:`Decimal('0')` "
"to :const:`Decimal('0e0')`. Used for producing canonical values for "
"attributes of an equivalence class. For example, ``Decimal('32.100')`` and "
"``Decimal('0.321000e+2')`` both normalize to the equivalent value "
"``Decimal('32.1')``."
msgstr ""
"Normaliza o número eliminando os zeros à direita e convertendo qualquer "
"resultado igual a :const:`Decimal('0')` para :const:`Decimal('0e0')`. Usado "
"para produzir valores canônicos para atributos de uma classe de "
"equivalência. Por exemplo, ``Decimal('32.100')`` e "
"``Decimal('0.321000e+2')`` normalizam com o valor equivalente "