share testsuite



On 7/27/09, Barton Willis <willisb at unk.edu> wrote:

> (%i2) hypergeometric([1/2,1],[3/2],2807.0);
>
> BIGFLOAT:  Unable to convert false to a CL or BIGFLOAT number
>  -- an error.  To debug this try debugmode(true);
>
> (%i3) load("hypergeometric")$
>
> (%i4)  hypergeometric([1/2,1],[3/2],2807.0);
>
> (%o4)            3.5629454083782787E-4 - 0.0296482231479244 %i

I see the same behavior w/ SBCL.
Works the first time w/ Clisp.

Robert