floor(log(4)/log(2)) = 1 ??



Sorry, you are right for 5.15.0 !
I installed 5.15.0, but actually reverted to 5.14.0
due to that max_clique-bug, and somehow didn't notice.
Nevertheless, I learned something !

thanks

Oliver


On Sun, Apr 27, 2008 at 04:22:26AM -0500, Barton Willis wrote:
> -----maxima-bounces at math.utexas.edu wrote: -----
> 
> >floor(log(4) / log(2));
> >Evaluation took 0.21 seconds (0.24 elapsed) using 3.675 MB.
> >(%o141)                                          1
> 
> I fixed this bug for 5.15.0 (SF bug 1780506):
> 
> (%i5) floor(log(4) / log(2));
> (%o5) 2
> 
> (%i6) build_info();
> Maxima version: 5.15.0
> 
> Barton