find_root with bfloats



On Fri, Sep 24, 2010 at 10:14 AM, Kostas Oikonomou <ko at research.att.com> wrote:

> (defmvar $find_bfroot_abs 0.0b0)
> (defmvar $find_bfroot_rel 0.0b0)
>
> at the beginning of the file that are bothering maxima?

Yes. Try $#0.0b0# instead.

The $#foo# Lisp reader macro invokes the Maxima parser
which then parses foo.

best

Robert Dodier