| Server IP : 121.121.20.254 / Your IP : 216.73.216.145 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Python315/Lib/__pycache__/ |
Upload File : |
R
>lqj+� c � � Q s , QMQMQMQMQMQMQMQMQ MQ
MQMQMQ
MQMQMQMQMQMQMQMQMQMQMQMQMQMQMQMQMQMQMQ MQ!MQ"MQ#MQ$MQ%MQ&MQ'MQ(Ms\sQ)sQ*sQ+s] PHs] PH s ] PH(s
] Q,H.Gs
\
QQ-Q)Q.5 sQsQsQsQsQsQsQsQsP sP s\
O4 Qx6X c
Q0sQ0sQysQ1sLQ2sQ2sQzsQ3s\\]*
*
s Q4 Q\ 2 s! Q5 Q\!2 s" Q6 Q \!2 s# Q7 Q\#2 s$ Q8 Q
\!\%2 s& Q9 Q\#2 s' Q: Q\#\%2 s( Q; Q\!2 s) Q< Q\#2 s* Q= Q\!2 s+ Q> Q
\!2 s, Q? Q\)\+2 s- Q@ Q\)\+\,2 s. QA Q\!\/2 s0\"\&\)\-\+\.\#\,\0, s1\$\#\'\#\(\#\*\#-s2\\\\\\\\1s3] PH�s4\4Oj QB2 s6\7 , Q{N2 s8QC s9QD s:?4Q|QE ks;QF s< QG Q\=2 s>Q}QH ks?\ O� O� \>2 QI QJ\=2 sB QK Q\=2 sC QL QM\=2 sDQ~QN ksE\FO� sHQO sIQP sJQQ sKQR sLQQS ksMQT sNQU sO QV QW\=2 sP\P 2 O� sRQQX ksSQY sTQZ sUQ[]dQ\]FQ]]5Q^](Q_]Q`]Qa]Qb]
Qc]- 1Qd ksVQ�Qe ksWQ}Qf ksX\C ]\\&\-\#,, QgQ�]] Qh5 sY\C ] \\&\-\#\"\.,, Qi5 sZ\C ] \, , Qi5 s[] PCHps\\\O� Qj\\O� \\O� * 2 O� sa\\O� Qk2 O� sb\\O� Ql2 O� sc\\O� Qm\\O� \\O� * 2 se?\ ] PCH�sgQ|Qn kshQo siQp sjQ�Qq kskQr slQs sm\> Qt2 sn\> Qu2 so\> Qv2 sp\> ] 2 sq\> ]2 sr\> P2 ss\n\o1st\
O� O� sw\
O� O� sy\
O� O� s{\| ]
\w]*
\w2 s}?
Qw s~P! \ c Q/ s CK{h 9 h \ c K�h 9 h)�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�SPEC_VERSION�decimalz1.70z2.4.2)�
namedtuplezsign digits exponent)�modulec � � U ! �N� )�argss *�C:\Python315\\Lib\_pydecimal.py�<lambda>r1 F s � �� l ��N�Zo� i@�T� c �, ` � \ sQ s]ds n QsQ sQsU sP! )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 � � P! r- r. ��self�contextr/ s &&*r0 �handle�DecimalException.handlew s � �r2 r. ��__name__�
__module__�__qualname__�__firstlineno__�__doc__r: �__static_attributes__�__classdictcell__��
__classdict__s @r0 r r d s �� � ��$
�
r2 c � � \ sQ s]{sQsQsP! )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. �r= r>