rtest3 #70 test failure (bigfloat)



>> ********************** Problem 70 ***************
>> Input:
>> block([fpprec : 35], ev(ans, x : 1, bfloat) - ev(ans, x : 0, bfloat))
>>
>> Result:
>> 5.7791601820424019599988308251707781b-1
>>
>> This differed from the expected result:
>> 5.7791601820424019599988308251707781b-1

OK, it turns out this is not specific to ECL.
There was an update to another test script (rtest16) which
changed fpprec. When I rebuilt it with Clisp, I got the same
error.

I don't think there is anything wrong with the bigfloat code.
I made the error go away by adjusting rtest3.

HTH

Robert Dodier