diff etc/NEWS.8.md @ 30978:e8ced722b19e

integral: Add optional output error argument (bug #62412) * /scripts/general/integral.m: Add optional second output argument that directly passes the error measurement from the underlying integrator. Add BISTs to test second argument. Update docstring with new behavior. * etc/NEWS.8.md: Note integral change under General improvements.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Wed, 04 May 2022 22:51:33 -0400
parents 8a8f82c0235e
children 4ef25c610433
line wrap: on
line diff
--- a/etc/NEWS.8.md	Sun May 01 12:03:16 2022 +0200
+++ b/etc/NEWS.8.md	Wed May 04 22:51:33 2022 -0400
@@ -8,6 +8,9 @@
 Configure with `--disable-lib-visibility-flags` to export all symbols
 (as in previous versions).
 
+- `integral` can now output a second argument passing the error
+parameter from the underlying integrator.
+
 ### Graphical User Interface