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

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

[Octave-bug-tracker] [bug #52437] ismember fails for complex input


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #52437] ismember fails for complex input
Date: Thu, 18 Jan 2018 07:50:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #52437 (project octave):

                 Summary: Second output of ismember is wrong for complex input
=> ismember fails for complex input

    _______________________________________________________

Follow-up Comment #5:

It's not only the second output that fails, the first fails as well. This bug
was already present in version 4.0 and 4.2:



octave-gui:1> [a, b] = ismember ([5 4-3j 3+4j], 5)
a =

  1  1  1

b =

   1   1   1



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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