octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52074] Missing integration functions integral


From: Rik
Subject: [Octave-bug-tracker] [bug #52074] Missing integration functions integral2, integral3
Date: Mon, 16 Oct 2017 15:10:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52074 (project octave):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #29:

I reviewed and checked in the changes here
http://hg.savannah.gnu.org/hgweb/octave/rev/2e64bed0bb3a.

For starters, the files were encoded with DOS line feeds so I had to change
that.  Also, tabs were occasionally used which expanded oddly on my computer
so I replaced all tabs with spaces per Octave coding convention.  For some
reason, the Copyright statement at the beginning of the file was also not the
verbatim text that we use so I replaced that as well.

I also did some more useful improvements.  I added some examples showing how
to use the quadrature routines with constants and with function handles as
limits.  I also made the input validation stricter.  It was previously only
checking for scalar limits of integration, but really it needs to be a real
number, not a scalar cell array for example.  I also expanded the BIST tests
significantly to verify every call to error() or warning() in the code.

Marking bug as fixed and closing report.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52074>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]