Implements Polynomial.coeff() for returning coefficients of the poly (#691).
commit9eb26d5dda7d3c07eb5d036cb8a747c60a43292b
authorOndrej Certik <ondrej@certik.cz>
Sat, 9 Feb 2008 23:08:23 +0000 (10 00:08 +0100)
committerOndrej Certik <ondrej@certik.cz>
Sat, 9 Feb 2008 23:08:23 +0000 (10 00:08 +0100)
tree7463b036644596aa2e6a0b7241e8f97330b2523d
parent29b5aa37cd14055c65d78908ed0d3ac9f597ee96
Implements Polynomial.coeff() for returning coefficients of the poly (#691).
sympy/polynomials/base.py
sympy/polynomials/tests/test_polynomials.py