Skip to content

Commit 21a02cc

Browse files
authored
Merge pull request numpy#26702 from bmwoodruff/polynomial-mod-missing-see-alsos
DOC: Added missing See Also sections in Polynomial module
2 parents 6f428f2 + 3e78d4f commit 21a02cc

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

numpy/polynomial/chebyshev.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,10 @@ def chebmulx(c):
670670
out : ndarray
671671
Array representing the result of the multiplication.
672672
673+
See Also
674+
--------
675+
chebadd, chebsub, chebmul, chebdiv, chebpow
676+
673677
Notes
674678
-----
675679

numpy/polynomial/hermite_e.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@ def hermemulx(c):
408408
out : ndarray
409409
Array representing the result of the multiplication.
410410
411+
See Also
412+
--------
413+
hermeadd, hermesub, hermemul, hermediv, hermepow
414+
411415
Notes
412416
-----
413417
The multiplication uses the recursion relationship for Hermite

numpy/polynomial/legendre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def legmulx(c):
426426
427427
See Also
428428
--------
429-
legadd, legmul, legdiv, legpow
429+
legadd, legsub, legmul, legdiv, legpow
430430
431431
Notes
432432
-----

0 commit comments

Comments
 (0)