Skip to content

Commit 94532e7

Browse files
Merge pull request scipy#21333 from isaac-aa/simpson_remove_even_doc
DOC:integrate.simpson: Remove reference to removed `even` param
2 parents 64a49b0 + 5210b24 commit 94532e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scipy/integrate/_quadrature.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,6 @@ def simpson(y, *, x=None, dx=1.0, axis=-1):
386386
Integrate y(x) using samples along the given axis and the composite
387387
Simpson's rule. If x is None, spacing of dx is assumed.
388388
389-
If there are an even number of samples, N, then there are an odd
390-
number of intervals (N-1), but Simpson's rule requires an even number
391-
of intervals. The parameter 'even' controls how this is handled.
392-
393389
Parameters
394390
----------
395391
y : array_like

0 commit comments

Comments
 (0)