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

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

[Octave-bug-tracker] [bug #65402] [] not correct


From: anonymous
Subject: [Octave-bug-tracker] [bug #65402] [] not correct
Date: Sat, 2 Mar 2024 13:16:36 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?65402>

                 Summary: [] not correct
                   Group: GNU Octave
               Submitter: None
               Submitted: Sat 02 Mar 2024 06:16:36 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 8.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sat 02 Mar 2024 06:16:36 PM UTC By: Anonymous

all (0) == all ([])  % true

all (~0) == all (~[])  % should be true but is not

all (~0) == ~all (0)  % true

all (~[]) == ~all ([])  % should be true but is not


Same problem with any.

This causes problems inside while and if conditions when find() is changed to
logical index.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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