summaryrefslogtreecommitdiff
path: root/numpy/polynomial/legendre.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/polynomial/legendre.py')
-rw-r--r--numpy/polynomial/legendre.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/polynomial/legendre.py b/numpy/polynomial/legendre.py
index e5b9ffe87..4a2082e3c 100644
--- a/numpy/polynomial/legendre.py
+++ b/numpy/polynomial/legendre.py
@@ -65,6 +65,7 @@ from polytemplate import polytemplate
legtrim = pu.trimcoef
+
def poly2leg(pol) :
"""
Convert a polynomial to a Legendre series.