changeset 31966:007aeb31ecb1

maint: merge stable to default
author Rik <rik@octave.org>
date Sun, 02 Apr 2023 19:57:52 -0700
parents 630187b00ca2 (current diff) 8e71a9fc470f (diff)
children ab928435dd79
files etc/NEWS.8.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Sun Apr 02 15:41:19 2023 +0200
+++ b/etc/NEWS.8.md	Sun Apr 02 19:57:52 2023 -0700
@@ -43,8 +43,8 @@
 - `filter` is now 5X faster, which also speeds up `deconv`, `fftfilt`
   and `arma_rnd` by the same amount.
 
-- `integral` can now output a second argument passing the error
-  measurement used by the underlying integrator.
+- `integral` can now return a second argument containing the error
+  estimate from the underlying integrator.
 
 - `perms` now accepts a second argument "unique" to return only unique
   permutations for inputs with repeated elements.  It is faster and