Ilya Zakharevich on Wed, 30 Oct 2002 13:08:36 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

gcc 3.2?


Yestedar I got a couple of bug reports on Math::Pari test failures:

t/sumiter.t
# eval: sum($k,1,10, sub{2.**-$k})
not ok 14 # in='sum($k,1,10, sub{2.**-$k})'
#    out='0.9990234375', type='Math::Pari'
# expect='0.9990234375000001'

t/trans.t
# eval: asinh(0.5)
not ok 19 # in='asinh(0.5)'
#    out='0.4812118250596035', type='Math::Pari'
# expect='0.4812118250596034'# eval: atanh(0.5)
not ok 21 # in='atanh(0.5)'
#    out='0.5493061443340548', type='Math::Pari'
# expect='0.5493061443340549'
# eval: thetanullk(0.5,7)
not ok 35 # in='thetanullk(0.5,7)'
#    out='-804.6303732024337', type='Math::Pari'
# expect='-804.6303732024338'

What the people have in common is gcc 3.2.  Can you recognize this?

Ilya