Comment #10 on issue 1924 by [email protected]: Eq() gets .as_basic() method
http://code.google.com/p/sympy/issues/detail?id=1924
"integer" has a clear meaning, "basic" doesn't. Besides, all Integers are integers, but integers aren't necessarily Integers: your suggestion is inconsistent with that. And what Poly does is wrong. The following would make more sense mathematically:
Poly(t)
X
_(t)
t -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
