-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathdecimal.po
2417 lines (2120 loc) · 120 KB
/
decimal.po
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) 1990-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# 秘湯 <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 01:01+0900\n"
"PO-Revision-Date: 2019-09-01 05:22+0000\n"
"Last-Translator: tomo\n"
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/"
"language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../library/decimal.rst:3
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
msgstr ":mod:`decimal` --- 10進固定及び浮動小数点数の算術演算"
#: ../../library/decimal.rst:29
msgid ""
"The :mod:`decimal` module provides support for decimal floating point "
"arithmetic. It offers several advantages over the :class:`float` datatype:"
msgstr ""
":mod:`decimal` モジュールは10進の浮動小数点算術をサポートします。 :mod:"
"`decimal` には、 :class:`float` データ型に比べて、以下のような利点があります:"
#: ../../library/decimal.rst:32
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 「は人々を念頭にデザインされた浮動小数点モデルを元にしており、必然的"
"に最も重要な指針があります -- コンピュータは人々が学校で習った算術と同じよう"
"に動作する算術を提供しなければならない」 -- 10進数演算仕様より。"
#: ../../library/decimal.rst:37
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 ""
"10進数を正確に表現できます。 :const:`1.1` や :const:`2.2` のような数は、2 進"
"数の浮動小数点型では正しく表現できません。エンドユーザは普通、 2 進数におけ"
"る ``1.1 + 2.2`` の近似値が :const:`3.3000000000000003` だからといって、その"
"ように表示してほしいとは考えないものです。"
#: ../../library/decimal.rst:42
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 ""
"値の正確さは算術にも及びます。10進の浮動小数点による計算では、 ``0.1 + 0.1 + "
"0.1 - 0.3`` は厳密にゼロに等しくなります。 2 進浮動小数点では :const:"
"`5.5511151231257827e-017` になってしまいます。ゼロに近い値とはいえ、この誤差"
"は数値間の等価性テストの信頼性を阻害します。また、誤差が蓄積されることもあり"
"ます。こうした理由から、数値間の等価性を厳しく保たなければならないようなアプ"
"リケーションを考えるなら、10進数による数値表現が望ましいということになりま"
"す。"
#: ../../library/decimal.rst:49
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 ""
":mod:`decimal` モジュールでは、有効桁数の表記が取り入れられており、例えば "
"``1.30 + 1.20`` は :const:`2.50` になります。すなわち、末尾のゼロは有効数字を"
"示すために残されます。こうした仕様は通貨計算を行うアプリケーションでは慣例で"
"す。乗算の場合、「教科書的な」アプローチでは、乗算の被演算子すべての桁数を使"
"います。例えば、 ``1.3 * 1.2`` は :const:`1.56` になり、 ``1.30 * 1.20`` は :"
"const:`1.5600` になります。"
#: ../../library/decimal.rst:56
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 ""
"ハードウェアによる 2 進浮動小数点表現と違い、:mod:`decimal` モジュールでは計"
"算精度をユーザが変更できます(デフォルトでは 28 桁です)。この桁数はほとんどの"
"問題解決に十分な大きさです:"
#: ../../library/decimal.rst:68
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 ""
"2進と10進の浮動小数点は、いずれも広く公開されている標準仕様のもとに実装されて"
"います。組み込みの浮動小数点型では、標準仕様で提唱されている機能のほんのささ"
"やかな部分を利用できるにすぎませんが、:mod:`decimal` では標準仕様が要求してい"
"る全ての機能を利用できます。必要に応じて、プログラマは値の丸めやシグナル処理"
"を完全に制御できます。この中には全ての不正確な操作を例外でブロックして正確な"
"算術を遵守させるオプションもあります。"
#: ../../library/decimal.rst:75
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 ""
"decimal モジュールは「偏見なく、正確な丸めなしの十進算術(固定小数点算術と呼ば"
"れることもある)と丸めありの浮動小数点数算術」(10進数演算仕様より引用)をサポー"
"トするようにデザインされました。"
#: ../../library/decimal.rst:80
msgid ""
"The module design is centered around three concepts: the decimal number, "
"the context for arithmetic, and signals."
msgstr ""
"このモジュールは、10進数型、算術コンテキスト (context for arithmetic)、そして"
"シグナル (signal) という三つの概念を中心に設計されています。"
#: ../../library/decimal.rst:83
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 ""
"10進数型は変更不可能な型です。これは符号、係数部、そして指数を持ちます。有効"
"桁数を残すために、仮数部の末尾にあるゼロは切り詰められません。 :mod:"
"`decimal` では、 :const:`Infinity`, :const:`-Infinity`, および :const:`NaN` "
"といった特殊な値も定義されています。標準仕様では :const:`-0` と :const:`+0` "
"も区別します。"
#: ../../library/decimal.rst:89
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 ""
"算術コンテキストとは、精度や値丸めの規則、指数部の制限を決めている環境です。"
"この環境では、演算結果を表すためのフラグや、演算上発生した特定のシグナルを例"
"外として扱うかどうかを決めるトラップイネーブラも定義しています。丸め規則に"
"は :const:`ROUND_CEILING`, :const:`ROUND_DOWN`, :const:`ROUND_FLOOR`, :const:"
"`ROUND_HALF_DOWN`, :const:`ROUND_HALF_EVEN`, :const:`ROUND_HALF_UP`, :const:"
"`ROUND_UP`, および :const:`ROUND_05UP` があります。"
#: ../../library/decimal.rst:96
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`, and :const:`Underflow`."
msgstr ""
"シグナルとは、演算の過程で生じる例外的条件です。個々のシグナルは、アプリケー"
"ションそれぞれの要求に従って、無視されたり、単なる情報とみなされたり、例外と"
"して扱われたりします。 :mod:`decimal` モジュールには、 :const:`Clamped`, :"
"const:`InvalidOperation`, :const:`DivisionByZero`, :const:`Inexact`, :const:"
"`Rounded`, :const:`Subnormal`, :const:`Overflow`, :const:`Underflow` といった"
"シグナルがあります。"
#: ../../library/decimal.rst:103
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 ""
"各シグナルには、フラグとトラップイネーブラがあります。演算上何らかのシグナル"
"に遭遇すると、フラグは 1 にセットされます。このとき、もしトラップイネーブラ"
"が 1 にセットされていれば、例外を送出します。フラグの値は膠着型 (sticky) なの"
"で、演算によるフラグの変化をモニタしたければ、予めフラグをリセットしておかな"
"ければなりません。"
#: ../../library/decimal.rst:111
msgid ""
"IBM's General Decimal Arithmetic Specification, `The General Decimal "
"Arithmetic Specification <http://speleotrove.com/decimal/>`_."
msgstr ""
"IBM による汎用10進演算仕様、 `The General Decimal Arithmetic Specification "
"<http://speleotrove.com/decimal/>`_ 。"
#: ../../library/decimal.rst:120
msgid "Quick-start Tutorial"
msgstr "クイックスタートチュートリアル"
#: ../../library/decimal.rst:122
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 ""
"普通、 :mod:`decimal` を使うときには、モジュールを import し、現在の演算コン"
"テキストを :func:`getcontext` で調べ、必要なら、精度、丸め、有効なトラップを"
"設定します::"
#: ../../library/decimal.rst:134
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 ""
":class:`Decimal` インスタンスは、整数、文字列、浮動小数点数、またはタプルから"
"構成できます。整数や浮動小数点数からの構成は、整数や浮動小数点数の値を正確に"
"変換します。 :class:`Decimal` は \"数値ではない (Not a Number)\" を表す :"
"const:`NaN` や正負の :const:`Infinity` (無限大)、 :const:`-0` といった特殊な"
"値も表現できます::"
#: ../../library/decimal.rst:158
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 ""
"新たな :class:`Decimal` の有効桁数は入力の桁数だけで決まります。演算コンテキ"
"ストにおける精度や値丸めの設定が影響するのは算術演算の間だけです。"
#: ../../library/decimal.rst:175
msgid ""
"Decimals interact well with much of the rest of Python. Here is a small "
"decimal floating point flying circus:"
msgstr ""
"decimal はほとんどの場面で Python の他の機能とうまくやりとりできます。"
"decimal 浮動小数点小劇場 (flying circus) をお見せしましょう:"
#: ../../library/decimal.rst:207
msgid "And some mathematical functions are also available to Decimal:"
msgstr "いくつかの数学的関数も Decimal には用意されています:"
#: ../../library/decimal.rst:219
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 ""
":meth:`quantize` メソッドは位を固定して数値を丸めます。このメソッドは、結果を"
"固定の桁数で丸めることがよくある、金融アプリケーションで便利です:"
#: ../../library/decimal.rst:228
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 ""
"前述のように、 :func:`getcontext` 関数を使うと現在の演算コンテキストにアクセ"
"スでき、設定を変更できます。ほとんどのアプリケーションはこのアプローチで十分"
"です。"
#: ../../library/decimal.rst:232
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 ""
"より高度な作業を行う場合、 :func:`Context` コンストラクタを使って別の演算コン"
"テキストを作っておくと便利なことがあります。別の演算コンテキストをアクティブ"
"にしたければ、 :func:`setcontext` を使います。"
#: ../../library/decimal.rst:236
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 ""
":mod:`decimal` モジュールでは、標準仕様に従って、すぐ利用できる二つの標準コン"
"テキスト、 :const:`BasicContext` および :const:`ExtendedContext` を提供してい"
"ます。前者はほとんどのトラップが有効になっており、とりわけデバッグの際に便利"
"です:"
#: ../../library/decimal.rst:265
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 ""
"演算コンテキストには、演算中に遭遇した例外的状況をモニタするためのシグナルフ"
"ラグがあります。フラグが一度セットされると、明示的にクリアするまで残り続けま"
"す。そのため、フラグのモニタを行いたいような演算の前には :meth:`clear_flags` "
"メソッドでフラグをクリアしておくのがベストです。 ::"
#: ../../library/decimal.rst:278
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 ""
"*flags* エントリから、 :const:`Pi` の有理数による近似値が丸められた (コンテキ"
"スト内で決められた精度を超えた桁数が捨てられた) ことと、計算結果が厳密でない "
"(無視された桁の値に非ゼロのものがあった) ことがわかります。"
#: ../../library/decimal.rst:282
msgid ""
"Individual traps are set using the dictionary in the :attr:`traps` field of "
"a context:"
msgstr ""
"コンテキストの :attr:`traps` フィールドに入っている辞書を使うと、個々のトラッ"
"プをセットできます:"
#: ../../library/decimal.rst:297
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 ""
"ほとんどのプログラムでは、開始時に一度だけ現在の演算コンテキストを修正しま"
"す。また、多くのアプリケーションでは、データから :class:`Decimal` への変換は"
"ループ内で一度だけキャストして行います。コンテキストを設定し、 :class:"
"`Decimal` オブジェクトを生成できたら、ほとんどのプログラムは他の Python 数値"
"型と全く変わらないかのように :class:`Decimal` を操作できます。"
#: ../../library/decimal.rst:309
msgid "Decimal objects"
msgstr "Decimal オブジェクト"
#: ../../library/decimal.rst:314
msgid "Construct a new :class:`Decimal` object based from *value*."
msgstr "*value* に基づいて新たな :class:`Decimal` オブジェクトを構築します。"
#: ../../library/decimal.rst:316
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 are removed::"
msgstr ""
"*value* は整数、文字列、タプル、 :class:`float` および他の :class:`Decimal` "
"オブジェクトにできます。 *value* を指定しない場合、 ``Decimal('0')`` を返しま"
"す。 *value* が文字列の場合、先頭と末尾の空白を取り除いた後には以下の 10進数"
"文字列の文法に従わなければなりません::"
#: ../../library/decimal.rst:332
msgid ""
"If *value* is a unicode string then 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 ``u'\\uff10'`` through ``u'\\uff19'``."
msgstr ""
"*value* を Unicode 文字列にした場合、他の Unicode 数字も上の ``digit`` の場所"
"に使うことができます。つまり各書記体系における (アラビア-インド系やデーヴァ"
"ナーガリーなど) の数字や、全角数字0 (``u'\\uff10'``) から9 "
"(``u'\\uff19'``) までなどです。"
#: ../../library/decimal.rst:338
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 ""
"*value* を :class:`tuple` にする場合、タプルは三つの要素を持ち、それぞれ符号 "
"(正なら :const:`0` 、負なら :const:`1`)、仮数部を表す数字の :class:`tuple` 、"
"そして指数を表す整数でなければなりません。例えば、 ``Decimal((0, (1, 4, 1, "
"4), -3))`` は ``Decimal('1.414')`` を返します。"
#: ../../library/decimal.rst:343
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 ""
"*value* を :class:`float` にする場合、2進浮動小数点数値が損失なく正確に等価"
"な Decimal に変換されます。この変換はしばしば 53 桁以上の精度を要求します。例"
"えば、 ``Decimal(float('1.1'))`` は "
"``Decimal('1.100000000000000088817841970012523233890533447265625')`` に変換さ"
"れます。"
#: ../../library/decimal.rst:349
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 ""
"*context* の精度 (precision) は、記憶される桁数には影響しません。桁数は "
"*value* に指定した桁数だけから決定されます。例えば、演算コンテキストに指定さ"
"れた精度が 3 桁しかなくても、``Decimal('3.00000')`` は 5 つのゼロを全て記憶し"
"ます。"
#: ../../library/decimal.rst:354
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 ""
"*context* 引数の目的は、 *value* が正しくない形式の文字列であった場合に行う処"
"理を決めることにあります; 演算コンテキストが :const:`InvalidOperation` をト"
"ラップするようになっていれば、例外を送出します。それ以外の場合には、コンスト"
"ラクタは値が :const:`NaN` の :class:`Decimal` を返します。"
#: ../../library/decimal.rst:359
msgid "Once constructed, :class:`Decimal` objects are immutable."
msgstr ""
"一度生成すると、 :class:`Decimal` オブジェクトは変更不能 (immutable) になりま"
"す。"
#: ../../library/decimal.rst:361
msgid ""
"leading and trailing whitespace characters are permitted when creating a "
"Decimal instance from a string."
msgstr ""
"文字列から Decimal インスタンスを生成する際に先頭と末尾の空白が許されることに"
"なりました。"
#: ../../library/decimal.rst:365
msgid ""
"The argument to the constructor is now permitted to be a :class:`float` "
"instance."
msgstr ""
"コンストラクタに対する引数に :class:`float` インスタンスも許されるようになり"
"ました。"
#: ../../library/decimal.rst:368
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:`long`)."
msgstr ""
"10進浮動小数点オブジェクトは、 :class:`float` や :class:`int` のような他の組"
"み込み型と多くの点で似ています。通常の数学演算や特殊メソッドを適用できます。"
"また、 :class:`Decimal` オブジェクトはコピーでき、pickle 化でき、print で出力"
"でき、辞書のキーにでき、集合の要素にでき、比較、保存、他の型 (:class:`float` "
"や :class:`long`) への型強制を行えます。"
#: ../../library/decimal.rst:375
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 ""
"10進オブジェクトの算術演算と整数や浮動小数点数の算術演算には少々違いがありま"
"す。10進オブジェクトに対して剰余演算を適用すると、計算結果の符号は除数の符号"
"ではなく *被除数* の符号と一致します::"
#: ../../library/decimal.rst:385
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 ""
"整数除算演算子 ``//`` も同様に、実際の商の切り捨てではなく (0に近付くように丸"
"めた) 整数部分を返します。そうすることで通常の恒等式 ``x == (x // y) * y + x "
"% y`` が保持されます::"
#: ../../library/decimal.rst:394
msgid ""
"The ``%`` and ``//`` operators implement the ``remainder`` and ``divide-"
"integer`` operations (respectively) as described in the specification."
msgstr ""
"演算子 ``%`` と演算子 ``//`` は (それぞれ) 仕様にあるような ``剰余`` 操作と "
"``整数除算`` 操作を実装しています。"
#: ../../library/decimal.rst:398
msgid ""
"Decimal objects cannot generally be combined with floats in arithmetic "
"operations: an attempt to add a :class:`Decimal` to a :class:`float`, for "
"example, will raise a :exc:`TypeError`. There's one exception to this rule: "
"it's possible to use Python's comparison operators to compare a :class:"
"`float` instance ``x`` with a :class:`Decimal` instance ``y``. Without this "
"exception, comparisons between :class:`Decimal` and :class:`float` instances "
"would follow the general rules for comparing objects of different types "
"described in the :ref:`expressions` section of the reference manual, leading "
"to confusing results."
msgstr ""
"Decimal オブジェクトは一般に、算術演算で浮動小数点数と組み合わせることができ"
"ません。例えば、 :class:`Decimal` に :class:`float` を足そうとすると、 :exc:"
"`TypeError` が送出されます。ただしこの規則には例外があります。 :class:"
"`float` インスタンス ``x`` と :class:`Decimal` インスタンス ``y`` を比較する"
"比較演算子です。この例外がなかったとすると、 :class:`Decimal` と :class:"
"`float` インスタンスの比較は、リファレンスマニュアルの :ref:`expressions` 節"
"で記述されている、異なる型のオブジェクトを比較するときの一般の規則に従うこと"
"になり、紛らわしい結果につながります。"
#: ../../library/decimal.rst:409
msgid ""
"A comparison between a :class:`float` instance ``x`` and a :class:`Decimal` "
"instance ``y`` now returns a result based on the values of ``x`` and ``y``. "
"In earlier versions ``x < y`` returned the same (arbitrary) result for any :"
"class:`Decimal` instance ``x`` and any :class:`float` instance ``y``."
msgstr ""
":class:`float` インスタンス ``x`` と :class:`Decimal` インスタンス ``y`` の比"
"較は、 ``x`` と ``y`` の値に基づく結果を返すようになりました。以前のバージョ"
"ンでは、どんな :class:`float` インスタンス ``x`` とどんな :class:`Decimal` イ"
"ンスタンス ``y`` に対しても、 ``x < y`` は同じ (任意の) 結果を返していまし"
"た。"
#: ../../library/decimal.rst:416
msgid ""
"In addition to the standard numeric properties, decimal floating point "
"objects also have a number of specialized methods:"
msgstr ""
"こうした標準的な数値型の特性の他に、10進浮動小数点オブジェクトには様々な特殊"
"メソッドがあります:"
#: ../../library/decimal.rst:422
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 ""
"仮数の先頭の一桁だけが残るように右側の数字を追い出す桁シフトを行い、その結果"
"の指数部を返します: ``Decimal('321e+5').adjusted()`` は 7 を返します。最上桁"
"の小数点からの相対位置を調べる際に使います。"
#: ../../library/decimal.rst:430
msgid ""
"Return a :term:`named tuple` representation of the number: "
"``DecimalTuple(sign, digits, exponent)``."
msgstr ""
"数値を表現するための名前付きタプル(:term:`named tuple`): "
"``DecimalTuple(sign, digittuple, exponent)`` を返します。"
#: ../../library/decimal.rst:433
msgid "Use a named tuple."
msgstr "名前付きタプル (named tuple) を使うようになりました。"
#: ../../library/decimal.rst:439
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 ""
"引数の標準的(canonical)エンコーディングを返します。現在のところ、 :class:"
"`Decimal` インスタンスのエンコーディングは常に標準的なので、この操作は引数に"
"手を加えずに返します。"
#: ../../library/decimal.rst:447
msgid ""
"Compare the values of two Decimal instances. This operation behaves in the "
"same way as the usual comparison method :meth:`__cmp__`, except that :meth:"
"`compare` returns a Decimal instance rather than an integer, and if either "
"operand is a NaN then the result is a NaN::"
msgstr ""
"二つの Decimal インスタンスの値を比較します。この演算は普通の比較メソッド :"
"meth:`__cmp__` と同じように振舞いますが、 :meth:`compare` は整数ではなく "
"Decimal インスタンスを返し、また、被演算子のどちらかが NaN ならば NaN を返し"
"ます::"
#: ../../library/decimal.rst:459
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 ""
"この演算は :meth:`compare` とほとんど同じですが、全ての NaN がシグナルを送る"
"ところが異なります。すなわち、どちらの比較対象も発信 (signaling) NaN でないな"
"らば無言 (quiet) NaN である比較対象があたかも発信 NaN であるかのように扱われ"
"ます。"
#: ../../library/decimal.rst:467
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 ""
"二つの対象を数値によらず抽象表現によって比較します。 :meth:`compare` に似てい"
"ますが、結果は :class:`Decimal` に全順序を与えます。この順序づけによると、数"
"値的に等しくても異なった表現を持つ二つの :class:`Decimal` インスタンスの比較"
"は等しくなりません:"
#: ../../library/decimal.rst:476
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 ""
"無言 NaN と発信 NaN もこの全順序に位置付けられます。この関数の結果は、もし比"
"較対象が同じ表現を持つならば ``Decimal('0')`` であり、一つめの比較対象が二つ"
"めより下位にあれば ``Decimal('-1')``、上位にあれば ``Decimal('1')`` です。全"
"順序の詳細については仕様を参照してください。"
#: ../../library/decimal.rst:487
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 ""
"二つの対象を :meth:`compare_total` のように数値によらず抽象表現によって比較し"
"ますが、両者の符号を無視します。 ``x.compare_total_mag(y)`` は ``x."
"copy_abs().compare_total(y.copy_abs())`` と等価です。"
#: ../../library/decimal.rst:496
msgid ""
"Just returns self, this method is only to comply with the Decimal "
"Specification."
msgstr ""
"self を返すだけです。このメソッドは十進演算仕様に適合するためだけのものです。"
#: ../../library/decimal.rst:503
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 ""
"引数の絶対値を返します。この演算はコンテキストに影響されず、静かです。すなわ"
"ち、フラグは変更されず、丸めは行われません。"
#: ../../library/decimal.rst:511
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 ""
"引数の符号を変えて返します。この演算はコンテキストに影響されず、静かです。す"
"なわち、フラグは変更されず、丸めは行われません。"
#: ../../library/decimal.rst:518
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 "最初の演算対象のコピーに二つめと同じ符号を付けて返します。たとえば:"
#: ../../library/decimal.rst:524
msgid ""
"This operation is unaffected by the context and is quiet: no flags are "
"changed and no rounding is performed."
msgstr ""
"この演算はコンテキストに影響されず、静かです。すなわち、フラグは変更されず、"
"丸めは行われません。"
#: ../../library/decimal.rst:531
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 ""
"与えられた数での(自然)指数関数 ``e**x`` の値を返します。結果は :const:"
"`ROUND_HALF_EVEN` 丸めモードで正しく丸められます。"
#: ../../library/decimal.rst:544
msgid "Classmethod that converts a float to a decimal number, exactly."
msgstr "浮動小数点数を正確に小数に変換するクラスメソッドです。"
#: ../../library/decimal.rst:546
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 ""
"なお、`Decimal.from_float(0.1)` は `Decimal('0.1')` と同じではありません。"
"0.1 は二進浮動小数点数で正確に表せないので、その値は表現できる最も近い値、"
"`0x1.999999999999ap-4` として記憶されます。浮動小数点数での等価な値は "
"`0.1000000000000000055511151231257827021181583404541015625` です。"
#: ../../library/decimal.rst:552
msgid ""
"From Python 2.7 onwards, a :class:`Decimal` instance can also be constructed "
"directly from a :class:`float`."
msgstr ""
"Python 2.7 以降では、 :class:`Decimal` インスタンスは :class:`float` から直接"
"構築できるようになりました。"
#: ../../library/decimal.rst:570
msgid ""
"Fused multiply-add. Return self*other+third with no rounding of the "
"intermediate product self*other."
msgstr ""
"融合積和(fused multiply-add)です。self*other+third を途中結果の積 self*other "
"で丸めを行わずに計算して返します。"
#: ../../library/decimal.rst:580
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 ""
"引数が標準的(canonical)ならば :const:`True` を返し、そうでなければ :const:"
"`False` を返します。現在のところ、 :class:`Decimal` のインスタンスは常に標準"
"的なのでこのメソッドの結果はいつでも :const:`True` です。"
#: ../../library/decimal.rst:588
msgid ""
"Return :const:`True` if the argument is a finite number, and :const:`False` "
"if the argument is an infinity or a NaN."
msgstr ""
"引数が有限の数値ならば :const:`True` を、無限大か NaN ならば :const:`False` "
"を返します。"
#: ../../library/decimal.rst:595
msgid ""
"Return :const:`True` if the argument is either positive or negative infinity "
"and :const:`False` otherwise."
msgstr ""
"引数が正または負の無限大ならば :const:`True` を、そうでなければ :const:"
"`False` を返します。"
#: ../../library/decimal.rst:602
msgid ""
"Return :const:`True` if the argument is a (quiet or signaling) NaN and :"
"const:`False` otherwise."
msgstr ""
"引数が (無言か発信かは問わず) NaN であれば :const:`True` を、そうでなければ :"
"const:`False` を返します。"
#: ../../library/decimal.rst:609
msgid ""
"Return :const:`True` if the argument is a *normal* finite non-zero number "
"with an adjusted exponent greater than or equal to *Emin*. Return :const:"
"`False` if the argument is zero, subnormal, infinite or a NaN. Note, the "
"term *normal* is used here in a different sense with the :meth:`normalize` "
"method which is used to create canonical values."
msgstr ""
"引数が *正規(normal)* のゼロでない有限数値で調整された指数が *Emin* 以上なら"
"ば :const:`True` を返します。引数がゼロ、非正規(subnormal)、無限大または NaN "
"であれば :const:`False` を返します。ここでの *正規* という用語は標準的な"
"(canonical)値を作り出すために使われる :meth:`normalize` メソッドにおける意味"
"合いとは異なりますので注意して下さい。"
#: ../../library/decimal.rst:619
msgid ""
"Return :const:`True` if the argument is a quiet NaN, and :const:`False` "
"otherwise."
msgstr ""
"引数が無言 NaN であれば :const:`True` を、そうでなければ :const:`False` を返"
"します。"
#: ../../library/decimal.rst:626
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 ""
"引数に負の符号がついていれば :const:`True` を、そうでなければ :const:`False` "
"を返します。注意すべきはゼロや NaN なども符号を持ち得ることです。"
#: ../../library/decimal.rst:633
msgid ""
"Return :const:`True` if the argument is a signaling NaN and :const:`False` "
"otherwise."
msgstr ""
"引数が発信 NaN であれば :const:`True` を、そうでなければ :const:`False` を返"
"します。"
#: ../../library/decimal.rst:640
msgid ""
"Return :const:`True` if the argument is subnormal, and :const:`False` "
"otherwise. A number is subnormal is if it is nonzero, finite, and has an "
"adjusted exponent less than *Emin*."
msgstr ""
"引数が非正規数(subnormal)であれば :const:`True` を、そうでなければ :const:"
"`False` を返します。非正規な数値とは、ゼロでなく、有限で、調整された指数が "
"*Emin* 未満のものを指します。"
#: ../../library/decimal.rst:648
msgid ""
"Return :const:`True` if the argument is a (positive or negative) zero and :"
"const:`False` otherwise."
msgstr ""
"引数が(正または負の)ゼロであれば :const:`True` を、そうでなければ :const:"
"`False` を返します。"
#: ../../library/decimal.rst:655
msgid ""
"Return the natural (base e) logarithm of the operand. The result is "
"correctly rounded using the :const:`ROUND_HALF_EVEN` rounding mode."
msgstr ""
"演算対象の自然対数(底 e の対数)を返します。結果は :const:`ROUND_HALF_EVEN` 丸"
"めモードで正しく丸められます。"
#: ../../library/decimal.rst:662
msgid ""
"Return the base ten logarithm of the operand. The result is correctly "
"rounded using the :const:`ROUND_HALF_EVEN` rounding mode."
msgstr ""
"演算対象の底 10 の対数を返します。結果は :const:`ROUND_HALF_EVEN` 丸めモード"
"で正しく丸められます。"
#: ../../library/decimal.rst:669
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 ""
"非零の数値については、 :class:`Decimal` インスタンスとして調整された指数を返"
"します。演算対象がゼロだった場合、 ``Decimal('-Infinity')`` が返され :const:"
"`DivisionByZero` フラグが送出されます。演算対象が無限大だった場合、 "
"``Decimal('Infinity')`` が返されます。"
#: ../../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` は二つの *論理引数* (:ref:`logical_operands_label` 参照)"
"を取る論理演算です。結果は二つの引数の数字ごとの ``and`` です。"
#: ../../library/decimal.rst:687
msgid ""
":meth:`logical_invert` is a logical operation. The result is the digit-wise "
"inversion of the operand."
msgstr ""
":meth:`logical_invert` は論理演算です。結果は引数の数字ごとの反転です。"
#: ../../library/decimal.rst:694
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` は二つの *論理引数* (:ref:`logical_operands_label` 参照)を"
"取る論理演算です。結果は二つの引数の数字ごとの ``or`` です。"
#: ../../library/decimal.rst:702
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` は二つの *論理引数* (:ref:`logical_operands_label` 参照)"
"を取る論理演算です。結果は二つの引数の数字ごとの排他的論理和です。"
#: ../../library/decimal.rst:710
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 ""
"``max(self, other)`` と同じですが、値を返す前に現在のコンテキストに即した丸め"
"規則を適用します。また、 :const:`NaN` に対して、(コンテキストの設定と、発信か"
"無言どちらのタイプであるかに応じて) シグナルを発行するか無視します。"
#: ../../library/decimal.rst:717
msgid ""
"Similar to the :meth:`.max` method, but the comparison is done using the "
"absolute values of the operands."
msgstr ":meth:`.max` メソッドに似ていますが、比較は絶対値で行われます。"
#: ../../library/decimal.rst:724
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 ""
"``min(self, other)`` と同じですが、値を返す前に現在のコンテキストに即した丸め"
"規則を適用します。また、 :const:`NaN` に対して、(コンテキストの設定と、発信か"
"無言どちらのタイプであるかに応じて) シグナルを発行するか無視します。"
#: ../../library/decimal.rst:731
msgid ""
"Similar to the :meth:`.min` method, but the comparison is done using the "
"absolute values of the operands."
msgstr ":meth:`.min` メソッドに似ていますが、比較は絶対値で行われます。"
#: ../../library/decimal.rst:738
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 ""
"与えられたコンテキスト(またはコンテキストが渡されなければ現スレッドのコンテキ"
"スト)において表現可能な、操作対象より小さい最大の数を返します。"
#: ../../library/decimal.rst:746
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 ""
"与えられたコンテキスト(またはコンテキストが渡されなければ現スレッドのコンテキ"
"スト)において表現可能な、操作対象より大きい最小の数を返します。"
#: ../../library/decimal.rst:754
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 ""
"二つの比較対象が等しくなければ、一つめの対象に最も近く二つめの対象へ近付く方"
"向の数を返します。もし両者が数値的に等しければ、二つめの対象の符号を採った一"
"つめの対象のコピーを返します。"
#: ../../library/decimal.rst:763
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 ""
"数値を正規化 (normalize) して、右端に連続しているゼロを除去し、 :const:"
"`Decimal('0')` と同じ結果はすべて :const:`Decimal('0e0')` に変換します。等価"
"クラスの属性から基準表現を生成する際に用います。たとえば、 "
"``Decimal('32.100')`` と ``Decimal('0.321000e+2')`` の正規化は、いずれも同じ"
"値 ``Decimal('32.1')`` になります。"
#: ../../library/decimal.rst:772
msgid ""
"Return a string describing the *class* of the operand. The returned value "
"is one of the following ten strings."
msgstr ""
"操作対象の *クラス* を表す文字列を返します。返されるのは以下の10種類のいずれ"
"かです。"
#: ../../library/decimal.rst:775
msgid "``\"-Infinity\"``, indicating that the operand is negative infinity."
msgstr "``\"-Infinity\"``, 負の無限大であることを示します。"
#: ../../library/decimal.rst:776
msgid ""
"``\"-Normal\"``, indicating that the operand is a negative normal number."
msgstr "``\"-Normal\"``, 負の通常数であることを示します。"
#: ../../library/decimal.rst:777
msgid ""
"``\"-Subnormal\"``, indicating that the operand is negative and subnormal."
msgstr "``\"-Subnormal\"``, 負の非正規数であることを示します。"
#: ../../library/decimal.rst:778
msgid "``\"-Zero\"``, indicating that the operand is a negative zero."
msgstr "``\"-Zero\"``, 負のゼロであることを示します。"
#: ../../library/decimal.rst:779
msgid "``\"+Zero\"``, indicating that the operand is a positive zero."
msgstr "``\"+Zero\"``, 正のゼロであることを示します。"
#: ../../library/decimal.rst:780
msgid ""
"``\"+Subnormal\"``, indicating that the operand is positive and subnormal."
msgstr "``\"+Subnormal\"``, 正の非正規数であることを示します。"
#: ../../library/decimal.rst:781
msgid ""
"``\"+Normal\"``, indicating that the operand is a positive normal number."
msgstr "``\"+Normal\"``, 正の通常数であることを示します。"
#: ../../library/decimal.rst:782
msgid "``\"+Infinity\"``, indicating that the operand is positive infinity."
msgstr "``\"+Infinity\"``, 正の無限大であることを示します。"
#: ../../library/decimal.rst:783
msgid "``\"NaN\"``, indicating that the operand is a quiet NaN (Not a Number)."
msgstr "``\"NaN\"``, 無言 (quiet) NaN (Not a Number) であることを示します。"
#: ../../library/decimal.rst:784
msgid "``\"sNaN\"``, indicating that the operand is a signaling NaN."
msgstr "``\"sNaN\"``, 発信(signaling) NaN であることを示します。"
#: ../../library/decimal.rst:790
msgid ""
"Return a value equal to the first operand after rounding and having the "
"exponent of the second operand."
msgstr ""
"二つめの操作対象と同じ指数を持つように丸めを行った、一つめの操作対象と等しい"
"値を返します。"
#: ../../library/decimal.rst:796
msgid ""
"Unlike other operations, if the length of the coefficient after the quantize "
"operation would be greater than precision, then an :const:`InvalidOperation` "
"is signaled. This guarantees that, unless there is an error condition, the "
"quantized exponent is always equal to that of the right-hand operand."
msgstr ""
"他の操作と違い、打ち切り(quantize)操作後の係数の長さが精度を越えた場合に"
"は、 :const:`InvalidOperation` がシグナルされます。これによりエラー条件がない"
"限り打ち切られた指数が常に右側の引数と同じになることが保証されます。"
#: ../../library/decimal.rst:802
msgid ""