>>>>> "Andreas" == Andreas Eder writes:
Andreas> With the new code in cvs there is no more error thrown, but the
Andreas> teststuite still is not happy and give sthe following output:
Andreas> Running tests in rtest14.mac:
Andreas> ********************** Problem 111 ***************
Andreas> Input:
Andreas> closeto(AS_10_4_10(%i - 1), 1.0e-15)
Andreas> Result:
Andreas> 1
Andreas> airy_ai(%i - 1) airy_dbi(%i - 1) - airy_bi(%i - 1) airy_dai(%i - 1) - ---
Andreas> %pi
Andreas> This differed from the expected result:
Andreas> true
Andreas> ********************** Problem 113 ***************
Andreas> Input:
Andreas> closeto(AS_10_4_10(- %i - 1), 1.0e-15)
Andreas> Result:
Andreas> airy_ai(- %i - 1) airy_dbi(- %i - 1) - airy_bi(- %i - 1) airy_dai(- %i - 1)
Andreas> 1
Andreas> - ---
Andreas> %pi
I didn't have this problem when I ran the test with cmucl.
What lisp are you using?
Can you evaluate the results to see if close they really are to zero?
I'm guessing 1e-15 is too tight.
Ray