diff options
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 069a28feb..78957e16e 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -1802,6 +1802,8 @@ def cumsum (a, axis=None, dtype=None, out=None): trapz : Integration of array values using the composite trapezoidal rule. + diff : Calculate the n-th order discrete difference along given axis. + Notes ----- Arithmetic is modular when using integer types, and no error is |