Plots of complex functions



On 5/12/07, Mario Rodriguez <biomates at telefonica.net> wrote:

> > float(abs(gamma(5+%i*7))), nouns;
> > does return a number. In the past I've considered putting code
> > into into COERCE-FLOAT-FUN to cause nouns to be evaluated.
> > That would help this particular problem and also prevent the same
> > problem with other nouns that happen to be generated.
>
> I understand. That would be of great help.

I have committed r1.103 src/plot.lisp to implement that change.

Robert