Re: Gaussian Integers
Gabriel Dos Reis <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.general |
|---|---|
| Message-ID | <Pine.GSO.4.58.0609121041450.26763@sun> |
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