changeset 31965:8e71a9fc470f stable

NEWS.8.md: Reword comment on second integral output for clarity (bug #63991). * NEWS.8.md: Refer to "error estimate" rather than "error measurement" as the integral() function does not actually measure a quantity in an empirical sense.
author Rik <rik@octave.org>
date Sun, 02 Apr 2023 19:57:15 -0700
parents 622985ce895b
children 007aeb31ecb1 470134b3fc28
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:40:50 2023 +0200
+++ b/etc/NEWS.8.md	Sun Apr 02 19:57:15 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