>>>>> "Edwin" == Edwin Woollett <woollett at charter.net> writes:
Edwin> On Nov. 27, 2012, Raymond Toy wrote:
Edwin> -----------------------------------
Ted> (%i2) bromberg(log(x)^2,x,0,1); Maxima encountered a Lisp
Ted> error:
Ted> Don't know how to convert T to a BIGFLOAT
>> Oops. The code was careless about converting things to bfloats. In
>> this case, bromberg is evaluating log(0)^2, which is returned as T
>> (instead of generating an error).
>>
>> I've uploaded a new version; try again when you get a chance.
Edwin> ----------------------------------------------------------
Edwin> The new version now returns a noun form for this example.
Edwin> But why the hard-to-read output when display2d = false?
Fixed. New version uploaded.
Ray