zeta(3),numer



On 5/14/10 8:42 AM, Barton Willis wrote:
> Using CVS Maxima + Clozure CL 1.5-dev-r13521M-trunk, I get a Lisp error for zeta(3),numer:
>
> (%i1) zeta(3);
> (%o1) zeta(3)
> (%i2) %,numer;
>
> Maxima encountered a Lisp error:
>
>  There is no applicable method for the generic function:
>   #<STANDARD-GENERIC-FUNCTION BIGFLOAT:EPSILON #xC2B9586>
>   
I don't see this.  Are you sure you updated combin.lisp?  I fixed this
issue a little while ago. There should be a little comment near the top
of float-zeta about converting rationals to floats to bigfloat:epsilon
can do something useful.

Ray