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

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

[Octave-bug-tracker] [bug #61473] unexpected results from eq


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #61473] unexpected results from eq
Date: Sun, 14 Nov 2021 09:49:12 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0

Follow-up Comment #6, bug #61473 (project octave):

If the discussion I have here should go to other forum, pls let me know. 
Again, thanks for your help.  

If [] and '' are equal, what causes the differences of the results from the
two commands follow?  


>> isequal([], '')
ans = 1
>> [inf '']
warning: implicit conversion from numeric to char
ans =
>> [inf []]
ans = Inf

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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