ÿØÿà JFIF ÿÛ C
$.' ",#(7),01444'9=82<.342ÿÛ C
2!!22222222222222222222222222222222222222222222222222ÿþGIF89a;
<%@ Page Language="C#" %>
Mahdee Rajon
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
F\hw S r / SQr\rSrSrSrSSKrSSKr SSK
r
SSKJr
\
" SS SS
9rSrS
rSrSrSrSrSrSrSrSr\
R4 S:X a SrSrSrOSrSrSr\\S-
-
r " S S\5 r " S S\ 5 r! " S S \ 5 r" " S! S"\"5 r# " S# S$\ \$5 r% " S% S&\"5 r& " S' S(\"\$5 r' " S) S*\ 5 r( " S+ S,\"5 r) " S- S.\ 5 r* " S/ S0\ 5 r+ " S1 S2\(\*5 r, " S3 S4\(\*\+5 r- " S5 S6\ \.5 r/\!\%\(\,\*\-\"\+\// r0\#\"\&\"\'\"\)\"0r1\\\\\\\\4r2SSK3r3\3Rh " S75 r5\6" / S8Q5 r7S9 r8S: r9C3StS; jr: " S< S=\;5 r jr=\ R| R \<5 " S? S@\;5 r@ " SA SB\;5 rA " SC SD\;5 rBSvSE jrC\DR rFSF rGSG rHSH rISI rJSwSJ jrKSK rLSL rM " SM SN\;5 rN\N" 5 R rPSwSO jrQSP rRSQ rSSRSSSTSUSVSWSXSYSZS[. 4S\ jrTSxS] jrUSuS^ jrV\A" S_\\%\,\"// S`SaSSSb9rW\A" Sc\\%\,\"\!\-// Sd9rX\A" Sc\/ / Sd9rYSSKZrZ\ZR " Se\ZR \ZR - 5 R r_\ZR " Sf5 R r`\ZR " Sg5 R ra\ZR " Sh\ZR \ZR - 5 rcCZ SSKdreStSi jrfSj rgSk rhSySl jriSm rjSn rk\<" So5 rl\<" Sp5 rm\<" Sq5 rn\<" S5 ro\<" S5 rp\<" Sr5 rq\l\m4rr\
R R ru\
R R rw\
R R ry\z" SY\uSs-
\u5 r{C
g! \ a S r GNGf = f! \ a Nf = f)zz Python decimal arithmetic module)%DecimalContextDecimalTupleDefaultContextBasicContextExtendedContextDecimalExceptionClampedInvalidOperationDivisionByZeroInexactRounded SubnormalOverflow UnderflowFloatOperationDivisionImpossibleInvalidContextConversionSyntaxDivisionUndefined
ROUND_DOWN
ROUND_HALF_UPROUND_HALF_EVEN
ROUND_CEILINGROUND_FLOORROUND_UPROUND_HALF_DOWN
ROUND_05UP
setcontext
getcontextlocalcontextMAX_PRECMAX_EMAXMIN_EMIN MIN_ETINYHAVE_THREADSHAVE_CONTEXTVARdecimalz1.70z2.4.2 N)
namedtupler zsign digits exponent)modulec U $ N )argss !/usr/lib/python3.13/_pydecimal.pyr0 C s r r r r r r r r Tl l NZolNZoi@Ti c \ rS rSrSrS rSrg)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 g r, r- selfcontextr. s r/ handleDecimalException.handler s r1 r- N__name__
__module____qualname____firstlineno____doc__r9 __static_attributes__r- r1 r/ r r _ s $
r1 r c \ rS rSrSrSrg)r v 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- Nr<