File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ def hermmulx(c):
419419
420420 .. math::
421421
422- xP_i(x) = (P_{i + 1}(x)/2 + i*P_{i - 1}(x))
422+ xP_i(x) = (P_{i + 1}(x)/2 + i*P_{i - 1}(x))
423423
424424 Examples
425425 --------
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ def hermemulx(c):
414414
415415 .. math::
416416
417- xP_i(x) = (P_{i + 1}(x) + iP_{i - 1}(x)))
417+ xP_i(x) = (P_{i + 1}(x) + iP_{i - 1}(x)))
418418
419419 Examples
420420 --------
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ def lagmulx(c):
414414
415415 .. math::
416416
417- xP_i(x) = (-(i + 1)*P_{i + 1}(x) + (2i + 1)P_{i}(x) - iP_{i - 1}(x))
417+ xP_i(x) = (-(i + 1)*P_{i + 1}(x) + (2i + 1)P_{i}(x) - iP_{i - 1}(x))
418418
419419 Examples
420420 --------
You can’t perform that action at this time.
0 commit comments