Possible bugs in integrate?



>>>>> "Barton" == Barton Willis <willisb at unk.edu> writes:

    Barton> How about this case:
    Barton>  (%i3) exp(-1000.0) * exp(1000);
    Barton>  (%o3) 0.0

Not 100% sure, but I think the answer is 0 because timesin or tms (the
multiplication simplifier) checks for 0 and makes the answer zero,
independent of what the other terms are.

Ray