Seems to be inside limit-no-err inside intcv, in the
file defint. The args to limit-no-err are
SQRT(SQRT(1 - 4 LOG(EPSILON + 1)) - 1) SQRT(1 - 4 LOG(EPSILON + 1))
epsilon, zero, plus.
It might be possible to forward this to the author of
the program, Paul Wang, now at Kent State.
The result from the commercial macsyma is to leave
the input unprocessed.
RJF
Camm Maguire wrote:
> Greetings! This seems to persist in the latest CVS.
>
> (C2) integrate(exp(-x*x*x*x -x*x),x,0,INF);
> Is YX + 1 positive or negative?
>
> Take care,
>
>