Updates:
Status: Fixed
Owner: ---
Cc: [email protected]
Comment #1 on issue 2573 by [email protected]: Poly objects are not callable
http://code.google.com/p/sympy/issues/detail?id=2573
This is a regression. It's fixed in master now, e.g.:
In [1]: Poly(x*y, x, y)(2, 3)
Out[1]: 6
In [2]: Poly(x*y, x, y)(2)
Out[2]: Poly(2*y, y, domain='ZZ')
--
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.