Edwin Woollett wrote:
> case 2: disagreement with a pattern
>
> (%i14) e3f(s):=
> block([ ],local(r4),
> define( r4(x), x!/(((x/4)!)^4 * 4^x)),
> [bfloat(r4(s)), r4(bfloat(s))] )$
>
> (%i15) for i thru 11 do print(i,e3f(i))$
>
>
I don't see this problem with current CVS. There was a subtle bug in
factorial that was fixed a few weeks ago.
Ray