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

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

[Octave-bug-tracker] [bug #36536] str2double is case-sensitive


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #36536] str2double is case-sensitive
Date: Sat, 26 May 2012 15:42:39 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Follow-up Comment #3, bug #36536 (project octave):

>> ver
MATLAB Version 7.4.0.287 (R2007a)

>> str2double ('I')
ans =
   NaN
>> str2double ('2I')
ans =
   NaN
>> str2double ('2*I')
ans =
   NaN
>> str2double ('I + 2*I')
ans =
   NaN
>> str2double ('I + inf*i')
ans =
   NaN
>> str2double ('i + inf*i')
ans =
   NaN
>> 

NOTE this is r2007a which was quite buggy. OTOH it gives the same answers to
the calls in comment #1.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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