log scripts/specfun/betaincinv.m @ 32069:217a35f2a589 stable

age author description
Tue, 02 May 2023 11:32:58 +0200 Markus Mützel betaincinv.m: Slightly increase test tolerance (for macOS 13). stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 25 Nov 2022 21:23:54 -0800 Rik maint: Clean up m-files before Octave 8.1 release. stable
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
Sat, 21 Aug 2021 21:54:34 +0200 Markus Mützel betaincinv.m: Update reference values in BISTs (bug #60528).
Fri, 20 Aug 2021 08:56:40 -0700 Rik betaincinv.m: Add BIST tests for extreme values of inputs.
Thu, 19 Aug 2021 17:31:12 -0700 Michael Leitner betaincinv.m: Overhaul function for performance and accuracy (bug #60539).
Fri, 14 May 2021 08:12:42 -0700 Rik maint: merge stable to default.
Thu, 13 May 2021 17:14:54 -0700 Rik betainc.m, betaincinv.m: Correct non-Tex definition of beta incomplete integral. stable
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
Thu, 06 May 2021 09:37:43 -0700 Rik betaincinv.m: Overhaul function.
Wed, 05 May 2021 14:27:17 -0700 Rik maint: merge stable to default.
Wed, 05 May 2021 14:26:44 -0700 Rik betaincinv.m: Correctly handle inputs very close to 1.0 (bug #60528) stable
Wed, 05 May 2021 14:13:01 -0700 Rik maint: merge stable to default.
Wed, 05 May 2021 14:12:23 -0700 Rik betaincinv.m: Correctly handle small inputs (bug #60528) 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
Fri, 16 Oct 2020 09:27:56 -0700 Rik maint: Use newlines after "function" and before "endfunction" for clarity.
Wed, 14 Oct 2020 07:58:12 -0700 Rik maint: Add semicolon to end of all warning() and error() invocations.
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Tue, 21 Jan 2020 14:04:31 -0800 Rik maint: Remove special cases of old version control keywords in code base.
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
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
Wed, 19 Dec 2018 16:01:32 -0800 Rik maint: Remove useless ';' from end of for, if, while, etc. statements.
Wed, 11 Jul 2018 08:40:07 -0700 Rik doc: Miscellaneous documentation fixes all over the manual (bug #54288). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 23 Mar 2018 14:48:19 -0700 Mike Miller test: relax tolerances on specfun tests to pass on i386 (bug #53437) stable
Mon, 19 Mar 2018 10:01:48 -0700 Rik Overhaul special functions modified by GSOC2018 project. stable
Thu, 07 Sep 2017 16:13:16 +0200 Michele Ginesi Incomplete beta function moved to a .m file, fixing accuracy and stable