log scripts/general/integral.m @ 31082:b390f662a150

age author description
Wed, 08 Jun 2022 15:32:19 -0400 Nicholas R. Jankowski integral.m: increase tolerance on combined parameter BIST (bug #62599)
Thu, 02 Jun 2022 19:56:15 -0400 Nicholas R. Jankowski update integral to call quadgk for 'ArrayValued' integrations (bug #62468)
Fri, 06 May 2022 07:27:38 -0700 Rik integral.m: small coding convention tweaks to cset e8ced722b19e.
Wed, 04 May 2022 22:51:33 -0400 Nicholas R. Jankowski integral: Add optional output error argument (bug #62412)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 02 Dec 2020 09:02:37 -0800 Rik maint: strip trailing spaces from code base.
Mon, 19 Oct 2020 09:13:53 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo.
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
Thu, 17 Sep 2020 11:07:19 -0700 Rik doc: grammarcheck documentation.
Sun, 13 Sep 2020 11:28:42 -0700 Nicholas R. Jankowski integral.m: Fix input validation to handle complex integrands (bug #58636).
Sat, 18 Jan 2020 05:38:18 -0800 Rik integral.m: Fix failing BIST test after changes to quadgk.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 19 Oct 2017 08:14:52 -0700 Rik integral.m: Remove specific code to preserve single type.
Tue, 17 Oct 2017 14:13:19 -0400 Nicholas R. Jankowski integral.m: Update to use recently changed quadcc and preserve type single (bug #42073).
Sat, 23 Sep 2017 18:11:20 -0400 Nicholas R. Jankowski Add missing functions integral2.m and integral3.m (bug #52074).
Wed, 20 Sep 2017 10:23:16 -0700 Rik integral.m: Pass tolerances to underlying integrators, correct precision in BIST tests (bug #42037).
Tue, 19 Sep 2017 22:01:09 -0700 Rik doc: Fix missing braces in quad documentation (bug #52065).
Tue, 05 Sep 2017 11:25:21 -0400 Nicholas R. Jankowski Add missing function integral.m (bug #42037).