bug: sign(max(7,x) - max(6,x)) --> error



-----maxima-bounces at math.utexas.edu wrote: -----


>On 6/16/08, Barton Willis <willisb at unk.edu> wrote:
>
>> It's OK with the cvs version of compar. I guess this bug is fixed:
>>
>>  (%i1) load("compar.lisp")$
>>  (%i2) sign(max(7,x) - max(6,x));
>>  (%o2) pnz
>
>I don't think it is fixed. After updating from CVS and compiling,
>the bug is there. But if I load compar.lisp by hand, it works.

Good catch. I did file a bug report. Maybe you can append this to the bug.

Barton