D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3.14
/
__pycache__
/
Filename :
_pydecimal.cpython-314.pyc
back
Copy
+ ��3j� � � � R t . RNRNRNRNRNRNRNRNR NR NRNRNR NRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNR NR!NR"NR#NR$NR%NR&NR'Nt]tR(tR)tR*t^ R+It^ R+It ^ R+I t ^ R,IHt ] ! RR-R(R.7 tRtRtRtRtRtRtRtRtR0tR0t] P4 Rx8X d R1tR1tRytR2tMR3tR3tRztR4t]]^, , t ! R5 R] 4 t! ! R6 R]!4 t" ! R7 R ]!4 t# ! R8 R]#4 t$ ! R9 R ]!]%4 t& ! R: R]#4 t' ! R; R]#]%4 t( ! R< R]!4 t) ! R= R]#4 t* ! R> R]!4 t+ ! R? R ]!4 t, ! R@ R])]+4 t- ! RA R])]+],4 t. ! RB R]!]/4 t0]"]&])]-]+].]#],]0. t1]$]#]']#](]#]*]#/t2]]]]]]]]3t3^ R+I4t4]4Pj ! RC4 t6]7! . R{O4 t8RD t9RE t:A4R|RF lt;RG t< ! RH R]=4 t>R}RI lt?] P� P� ]>4 ! RJ RK]=4 tB ! RL R]=4 tC ! RM RN]=4 tDR~RO ltE]FP� tHRP tIRQ tJRR tKRS tLRRT ltMRU tNRV tO ! RW RX]=4 tP]P! 4 P� tRRRY ltSRZ tTR[ tUR\^dR]^FR^^5R_^(R`^Ra^Rb^Rc^ Rd^/ 3Re ltVR�Rf ltWR}Rg ltX]C! ^]]&]-]#.. RhR�^^ Ri7 tY]C! ^ ]]&]-]#]"]... Rj7 tZ]C! ^ ]. . Rj7 t[^ R+I\t\]\P� ! Rk]\P� ]\P� , 4 P� ta]\P� ! Rl4 P� tb]\P� ! Rm4 P� tc]\P� ! Rn]\P� ]\P� , 4 teA\ ^ R+IftgR|Ro lthRp tiRq tjR�Rr ltkRs tlRt tm]>! Ru4 tn]>! Rv4 to]>! Rw4 tp]>! ^ 4 tq]>! ^4 tr]>! R�4 ts]n]o3tt] P� P� tw] P� P� ty] P� P� t{]|! ^ ]w^, ]w4 t}A R+# ] d R/ t ELvi ; i ] d L�i ; i)�z Python decimal arithmetic module�Decimal�Context�DecimalTuple�DefaultContext�BasicContext�ExtendedContext�DecimalException�Clamped�InvalidOperation�DivisionByZero�Inexact�Rounded� Subnormal�Overflow� Underflow�FloatOperation�DivisionImpossible�InvalidContext�ConversionSyntax�DivisionUndefined� ROUND_DOWN� ROUND_HALF_UP�ROUND_HALF_EVEN� ROUND_CEILING�ROUND_FLOOR�ROUND_UP�ROUND_HALF_DOWN� ROUND_05UP� setcontext� getcontext�localcontext�IEEEContext�MAX_PREC�MAX_EMAX�MIN_EMIN� MIN_ETINY�IEEE_CONTEXT_MAX_BITS�HAVE_THREADS�HAVE_CONTEXTVAR�decimalz1.70z2.4.2N)� namedtuplezsign digits exponent)�modulec � � V # �N� )�argss *�!/usr/lib/python3.14/_pydecimal.py�<lambda>r1 C s � �� Tl ��N�Zoi i@�T� c �* a � ] tR t^at o RtR tRtV tR# )r a� Base exception class. Used exceptions derive from this. If an exception derives from another exception besides this (such as Underflow (Inexact, Rounded, Subnormal)) that indicates that it is only called if the others are present. This isn't actually used for anything, though. handle -- Called when context._raise_error is called and the trap_enabler is not set. First argument is self, second is the context. More arguments can be given, those being after the explanation in _raise_error (For example, context._raise_error(NewError, '(-x)!', self._sign) would call NewError().handle(context, self._sign).) To define a new exception, it should be sufficient to have it derive from DecimalException. c � � R # r- r. ��self�contextr/ s &&*r0 �handle�DecimalException.handlet s � �r2 r. N��__name__� __module__�__qualname__�__firstlineno__�__doc__r9 �__static_attributes__�__classdictcell__�� __classdict__s @r0 r r a s �� � ��$ � r2 c � � ] tR t^xtRtRtR# )r a Exponent of a 0 changed to fit bounds. This occurs and signals clamped if the exponent of a result has been altered in order to fit the constraints of a specific concrete representation. This may occur when the exponent of a zero result would be outside the bounds of a representation, or when a large normal number would have an encoded exponent that cannot be represented. In this latter case, the exponent is reduced to fit and the corresponding number of zero digits are appended to the coefficient ("fold-down"). r. N�r<