cpython/Lib/test/decimaltestdata
Mark Dickinson 3f122784a3 Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min,
Decimal.max_mag and Decimal.min_mag.
2008-12-11 09:06:49 +00:00
..
abs.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
add.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
and.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
base.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
clamp.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
class.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
compare.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
comparetotal.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
comparetotmag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
copy.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
copyabs.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
copynegate.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
copysign.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddAbs.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddAdd.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddAnd.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddBase.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCanonical.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddClass.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCompare.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCompareSig.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCompareTotal.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCompareTotalMag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCopy.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCopyAbs.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCopyNegate.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddCopySign.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddDivide.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddDivideInt.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddEncode.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddFMA.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddInvert.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddLogB.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddMax.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddMaxMag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddMin.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddMinMag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddMinus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddMultiply.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddNextMinus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddNextPlus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddNextToward.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddOr.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddPlus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddQuantize.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddReduce.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddRemainder.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddRemainderNear.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddRotate.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddSameQuantum.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddScaleB.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddShift.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddSubtract.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddToIntegral.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ddXor.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
decDouble.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
decQuad.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
decSingle.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
divide.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
divideint.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqAbs.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqAdd.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqAnd.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqBase.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCanonical.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqClass.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCompare.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCompareSig.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCompareTotal.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCompareTotalMag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCopy.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCopyAbs.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCopyNegate.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqCopySign.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqDivide.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqDivideInt.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqEncode.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqFMA.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqInvert.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqLogB.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqMax.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqMaxMag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqMin.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqMinMag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqMinus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqMultiply.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqNextMinus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqNextPlus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqNextToward.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqOr.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqPlus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqQuantize.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqReduce.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqRemainder.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqRemainderNear.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqRotate.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqSameQuantum.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqScaleB.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqShift.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqSubtract.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqToIntegral.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dqXor.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dsBase.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
dsEncode.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
exp.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
extra.decTest Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, 2008-12-11 09:06:49 +00:00
fma.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
inexact.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
invert.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
ln.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
log10.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
logb.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
max.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
maxmag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
min.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
minmag.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
minus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
multiply.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
nextminus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
nextplus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
nexttoward.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
or.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
plus.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
power.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
powersqrt.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
quantize.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
randomBound32.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
randoms.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
reduce.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
remainder.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
remainderNear.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
rescale.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
rotate.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
rounding.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
samequantum.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
scaleb.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
shift.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
squareroot.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
subtract.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
testall.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
tointegral.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
tointegralx.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00
xor.decTest Decimal module and test cases were updated to their state of 2008-01-08 16:20:31 +00:00