On Oct 9, 2012, at 8:08 AM, Julien Rioux <[email protected]> wrote:
On Monday, 8 October 2012 16:44:28 UTC+2, Aaron Meurer wrote: > > I think they were kept around for experimental purposes, in case we ever > want to see how SymPy's types compare. They were removed from support once > python types became supported everywhere because SymPy's types were so > slow. > > So what's the plan for them? Do we care about fixing the failures of "bin/test -t sympy"? If you want you can, but it's not important. Like I said, it's just there for benchmarking. > Do simple tasks, like factor(expand((x + y)**20)) still work? > > Yes, it works. Most things work, and the failures are mostly fixed by casting typed "int" into "ZZ(int)", though I'm not sure that's desirable. I don't understand what you mean here. You always have to use ZZ(2) instead of 2 so that you make sure you use the 2 from your ground type. Aaron Meurer > Aaron Meurer > > Cheers, Julien -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/-Q3ZKzCV7jcJ. 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/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en.
