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

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

[Octave-bug-tracker] [bug #59617] [octave forge] (interval) Failure in b


From: Rafael Laboissiere
Subject: [Octave-bug-tracker] [bug #59617] [octave forge] (interval) Failure in building the documentation against Octave 6.1
Date: Fri, 4 Dec 2020 15:43:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36

Follow-up Comment #1, bug #59617 (project octave):

I narrowed down the problem to the following example:

This works with Octave 5:


$ octave-cli --version | head -n 1
GNU Octave, version 5.2.0
$ echo 'pkg load interval; fsolve (@sin, infsup (-1, 1))' | octave-cli -q
ans = [-0.0078125, +0.0078125]


but fails with Octave 6:


$ octave-cli --version | head -n 1
GNU Octave, version 6.1.0
$ echo 'pkg load interval; fsolve (@sin, infsup (-1, 1))' | octave-cli -q
error: Invalid call to fsolve.  Correct usage is:

 -- fsolve (FCN, X0)
 -- fsolve (FCN, X0, OPTIONS)
 -- [X, FVAL, INFO, OUTPUT, FJAC] = fsolve (...)
[…]


Is this a problem in Octave 6 (overloaded function not being recognized) or a
problem in the interval package?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59617>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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