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

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

[Octave-bug-tracker] [bug #54445] fzero doesn't (always) accept initial


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #54445] fzero doesn't (always) accept initial value 0
Date: Sat, 4 Aug 2018 12:24:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?54445>

                 Summary: fzero doesn't (always) accept initial value 0
                 Project: GNU Octave
            Submitted by: i7tiol
            Submitted on: Sat 04 Aug 2018 04:24:18 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Olaf Till
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

fzero doesn't (always) accept initial value 0 any more:

octave:4> fzero (@ (x) x + 1, 1)
ans = -1

octave:5> fzero (@ (x) x + 1, 0)
error: fzero: not a valid initial bracketing
error: called from
    fzero at line 178 column 5

Maybe unrelated (sorry):
octave:3> fzero (@ (x) x, 0)
warning: division by zero
warning: called from
    fzero at line 181 column 10
ans = 0





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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