programming, using op(), was ..RE: Bugfix for GosperSum? (was: cannot load Zeilberger)
Subject: programming, using op(), was ..RE: Bugfix for GosperSum? (was: cannot load Zeilberger)
From: Richard Fateman
Date: Sat, 6 Jan 2007 20:24:34 -0800
> -----Original Message-----
> From: Robert Dodier [mailto:robert.dodier at gmail.com]
> Sent: Saturday, January 06, 2007 5:27 PM
> .....\>
> If op is a bottleneck for many programs, we should work on
> speeding up nformat then. Better than than to tell every user
> to use a more obscure alternative.
>
>
The most obvious way of implementing op is to use nformat on the whole
expression. I haven't looked at the implementation, so maybe it is
cleverer.
Certainly using inpart instead of part improves speed.
RJF