Skip to content

Commit f139edd

Browse files
authored
Update vanderpoly.py
1 parent a0e8c26 commit f139edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Interpolation/vanderpoly.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def vanderpoly(xp,yp):
3333
3434
Returns
3535
--------
36-
P : callable
37-
Function evaluating the polynomial interpolator and its derivatives and anti-derivatives.
36+
Pfun : callable
37+
Function evaluating the polynomial interpolator and its derivatives/antiderivatives.
3838
"""
3939
xp = np.asfarray(xp)
4040
yp = np.asfarray(yp)

0 commit comments

Comments
 (0)