On Tue, 12 Sep 2006, Martin Rubey wrote: | Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | | > (8) -> divide(459 + 9 * %i + 8 - 5 * %i) | | divide takes two arguments.
Doh! I thought I wrote that comma. I don't know whether I need more coffee or less coffee :-( | Try | | divide(459 + 9 * %i, 8 - 5 * %i) Just works perfectly! Thanks! -- Gaby _______________________________________________ Axiom-math mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-math
