summaryrefslogtreecommitdiff
path: root/numpy/polynomial/legendre.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function legtimesx, it has been replaced by legmulx.Charles Harris2011-03-031-46/+0
* BUG: add polypow, chebpow, legpow to __all__ and module documentation.Charles Harris2011-03-031-4/+6
* DOC: fix some formatting errors in polynomial docs.rgommers2011-03-031-10/+5
* DOC: Fix documentation and examples in legendre.py.Charles Harris2010-08-171-89/+31
* ENH: Add support for Legendre polynomials.Charles Harris2010-08-171-0/+1249