log scripts/general/quadv.m @ 20158:7503499a252b stable

age author description
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 12 Jul 2013 20:31:08 -0700 Rik Use isfinite() to replace isinf() | isnan() combination for 30% speed-up.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 09 Nov 2011 21:13:28 -0500 Jordi GutiƩrrez Hermoso quadv.m: style fixes
Wed, 09 Nov 2011 15:06:39 -0500 Alexander Klein quadv.m: Fixes for convergence issues with vector-valued functions (patch #7627)
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Sun, 17 Apr 2011 19:57:07 -0700 Rik doc: Update all documentation for chapter on Numerical Integration stable
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
Mon, 17 Jan 2011 20:18:07 -0800 Rik Rename cquad to quadcc and add to documentation.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Tue, 05 Oct 2010 03:29:43 -0400 Carlo de Falco Fix help string in general/quadv.m
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Sun, 21 Mar 2010 22:50:04 -0700 Soren Hauberg scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Mon, 12 May 2008 22:57:11 +0200 David Bateman Handle single precision eps values
Sat, 10 May 2008 21:55:40 +0200 David Bateman Add quadv, quadgk, dblquad and triplequad functions