-inf vs. minf, tex(), web interface updates



-----Matthew Sarnoff wrote: -----

>Is there a way, in Maxima, to make "-inf" evaluate to "minf"?

An alternative to Robert's tellsimp method:

(%i12) limit(-inf);
(%o12) minf
(%i13) limit(-inf^3);
(%o13) minf

Barton