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: Rik
Subject: [Octave-bug-tracker] [bug #65402] [] not correct
Date: Sat, 2 Mar 2024 14:50:43 -0500 (EST)

Update of bug #65402 (group octave):

                Category:                    None => Interpreter            
                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is correct behavior.  The Octave interpreter maintains compatibility with
Matlab for corner case definitions.  For the four cases you outline, the
results are


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
ans = 0
ans = 1
ans = 1
ans = 0


which is exactly what Octave calculates.

Marking as "Won't Fix" and closing report.


    _______________________________________________________

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]