From: Richard F. <fa...@be...> - 2016-04-01 23:41:54
|
I think that if we had a notation and operations specifically on them, it wouldn't interfere with anything already in Maxima. And someone might find a use. Like add and multiply "natively". ?complex(1,2) doesn't quite do it because in Lisp #c(1 2) is an atom and therefore part(%,1) etc won't work and there are other issues. Maybe ?.complex(1,2) ?? RJF On 4/1/2016 4:26 PM, Robert Dodier wrote: > On 2016-04-01, Stavros Macrakis <mac...@al...> wrote: > >> Tell me again, what would be the advantage of using Lisp complexes? > |