merged orthogonal polynomials code and tests. I had to do some renaming that might...
commit8b109741306b874dff8e3da832ef405c39b7b7eb
authorfredrik.johansson <devnull@localhost>
Fri, 24 Aug 2007 21:11:01 +0000 (24 21:11 +0000)
committerfredrik.johansson <devnull@localhost>
Fri, 24 Aug 2007 21:11:01 +0000 (24 21:11 +0000)
treec4e548a387c9c6ec8c3af200e93f71943a818ada
parent5f6a9d69cbb4ca4d62f0d71a8c3934b4857629fe
merged orthogonal polynomials code and tests. I had to do some renaming that might not be final. also added Hermite polynomials and roots for Chebyshev of both 1st and 2nd kinds
sympy/__init__.py
sympy/functions/elementary/trigonometric.py
sympy/functions/special/polynomials.py
sympy/functions/special/tests/test_polynomials.py [new file with mode: 0644]
sympy/specfun/tests/test_orthogonal_polynomials.py [deleted file]