-----maxima-bounces at math.utexas.edu wrote: -----
>> By the way, there is a floor bug:
>> (%i1) floor(log(8)/log(2));
>> (%o1) 2
This is fixed in nummod.lisp CVS version 1.19. With CVS Maxima,
floor(log(8)/log(2)) --> floor(log(8)/log(2)). For now, a user will
need to call radcan to get floor(log(8)/log(2)) --> 3. I'll think
about how simp-floor might do such things safely, quickly, and
automatically. As always, I appreciate assistance.
Thanks for alerting me to this bug :(
Barton