Dan Gildea wrote:
> > +/* [ 635606 ] limit(abs(log(x))) internal error, UND */
> +limit(abs(log(x)), x, 0);
> +inf;
Is this really the correct answer? If the limit is from the right, that
would be correct, but what about from the left? Are we treating log(x)
-> inf + %i*%pi as x -> 0-?
Ray