cpython/Lib/test/decimaltestdata
Facundo Batista e29d435e0c Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to
give correct results in the case where one argument is a quiet NaN
and the other is a finite number that requires rounding.
Thanks Mark Dickinson.
2008-12-11 04:19:46 +00:00
..
abs.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
add.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
and.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
base.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
clamp.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
class.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
compare.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
comparetotal.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
comparetotmag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
copy.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
copyabs.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
copynegate.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
copysign.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddAbs.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddAdd.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddAnd.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddBase.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCanonical.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddClass.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCompare.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCompareSig.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCompareTotal.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCompareTotalMag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCopy.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCopyAbs.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCopyNegate.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddCopySign.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddDivide.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddDivideInt.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddEncode.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddFMA.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddInvert.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddLogB.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddMax.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddMaxMag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddMin.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddMinMag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddMinus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddMultiply.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddNextMinus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddNextPlus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddNextToward.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddOr.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddPlus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddQuantize.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddReduce.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddRemainder.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddRemainderNear.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddRotate.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddSameQuantum.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddScaleB.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddShift.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddSubtract.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddToIntegral.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ddXor.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
decDouble.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
decQuad.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
decSingle.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
divide.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
divideint.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqAbs.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqAdd.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqAnd.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqBase.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCanonical.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqClass.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCompare.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCompareSig.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCompareTotal.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCompareTotalMag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCopy.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCopyAbs.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCopyNegate.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqCopySign.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqDivide.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqDivideInt.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqEncode.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqFMA.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqInvert.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqLogB.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqMax.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqMaxMag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqMin.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqMinMag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqMinus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqMultiply.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqNextMinus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqNextPlus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqNextToward.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqOr.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqPlus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqQuantize.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqReduce.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqRemainder.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqRemainderNear.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqRotate.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqSameQuantum.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqScaleB.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqShift.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqSubtract.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqToIntegral.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dqXor.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dsBase.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
dsEncode.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
exp.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
extra.decTest Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to 2008-12-11 04:19:46 +00:00
fma.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
inexact.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
invert.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
ln.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
log10.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
logb.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
max.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
maxmag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
min.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
minmag.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
minus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
multiply.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
nextminus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
nextplus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
nexttoward.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
or.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
plus.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
power.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
powersqrt.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
quantize.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
randomBound32.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
randoms.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
reduce.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
remainder.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
remainderNear.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
rescale.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
rotate.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
rounding.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
samequantum.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
scaleb.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
shift.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
squareroot.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
subtract.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
testall.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
tointegral.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
tointegralx.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00
xor.decTest Issue #3449: Update decimal module to use most recent specification 2008-07-27 06:39:07 +00:00