log scripts/specfun/expint.m @ 31230:6646f2b5a3d1

age author description
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
Sun, 20 Jun 2021 10:05:14 +0200 Markus Mützel maint: Merge stable to default.
Sun, 20 Jun 2021 10:03:38 +0200 Markus Mützel tests: Relax tolerance for tests on macOS. stable
Sat, 01 May 2021 15:50:26 +0200 Markus Mützel expint.m: Slightly increase tolerance to have BIST pass on macOS.
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
Sat, 10 Oct 2020 16:32:20 -0700 Rik maint: Use same coding style when checking for a minimum of 1 input.
Fri, 09 Oct 2020 13:28:53 -0700 Rik test: remove unnecessary BIST tests in m-files checking for excessive number of inputs.
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, 20 Mar 2019 02:27:30 +0000 John W. Eaton update bug status in tests
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 03 Apr 2018 21:37:29 -0700 Rik doc: Shorten very long first sentences of docstrings (bug #53388). stable
Fri, 23 Mar 2018 15:43:59 +0100 Michele Ginesi Added more tests for betainc and expint. stable
Mon, 19 Mar 2018 10:01:48 -0700 Rik Overhaul special functions modified by GSOC2018 project. stable
Sun, 25 Feb 2018 00:02:44 +0100 Michele Ginesi Fixed style in specfun scripts stable
Fri, 23 Feb 2018 20:30:28 +0100 Michele Ginesi Vectorized the Lentz's algorithm in expint stable
Thu, 07 Sep 2017 16:28:35 +0200 Michele Ginesi Added sine integral and cosine integral functions. stable
Thu, 07 Sep 2017 16:24:15 +0200 Michele Ginesi expint: moved the Lentz algorithm to .cc function. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:29:35 -0500 John W. Eaton maint: strip trailing whitespace from source files.
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 22 Jan 2017 08:31:08 -0800 Rik expint.m: Add missing semicolon to line to suppress output.
Tue, 10 Jan 2017 19:35:10 +0100 Michele Ginesi expint.m: new strategies to compute the exponential integral (bug #47738).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 03 May 2015 17:00:11 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 28 Sep 2013 17:36:27 -0700 Rik doc: spellcheck of documentation before 3.8 release.
Sat, 28 Sep 2013 16:54:34 -0700 Rik doc: grammarcheck of documentation before 3.8 release.
Tue, 03 Sep 2013 16:01:06 -0700 Rik expint.m: Overhaul function.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Tue, 18 Jun 2013 06:39:12 -0400 John W. Eaton copyright notice fixes
Sun, 28 Apr 2013 19:25:50 -0400 Mike Miller Fix ellipj, ellipke, and expint docstrings
Sun, 28 Apr 2013 18:50:51 -0400 Mike Miller Style fixes for ellipj.cc, ellipke.m, and expint.m
Sun, 28 Apr 2013 17:08:11 -0400 Mike Miller Add and fix tests for ellipj, ellipke, and expint
Wed, 24 Apr 2013 23:22:50 -0400 Mike Miller Add ellipj, ellipke, and expint functions from Octave Forge