Hi, On Sun, 12 Sep 2010 09:21:12 -0700 (PDT) Jean-Pierre Flori <[email protected]> wrote:
> Thanks for the patch, I'll have a look at the comparison functions > when I have some time, surely next week. > Where can I find the one defined by Sage ? They are spread out through the classes in pynac. Look for compare() and compare_same_type() functions in mul, power, function, etc. > I have another question: are the source codes of GiNaC and pynac still > "synchronized" in some way ? Not really. I pull some patches from GiNaC when I think they are relevant. > I saw that some recent changes are similar in both git repositories, > but as I was going through the source code, I saw that > numeric::do_print_csrc is defined in GiNaC but not in pynac. The numeric class in pynac is completely rewritten to use python objects instead of CLN. It's normal that those methods are missing. Cheers, Burcin -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
