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

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

[Octave-bug-tracker] [bug #45945] Missing Matlab's special support for i


From: Amro
Subject: [Octave-bug-tracker] [bug #45945] Missing Matlab's special support for integer literals
Date: Mon, 14 Sep 2015 10:21:43 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #2, bug #45945 (project octave):

Oh, I also noticed that Octave supports 0x... to directly enter unsigned
integers in hex format, but in my version it only goes up to 32-bit.


% Octave 4.0.0
>> format long
>> 0xffff
ans =  65535
>> 0xffffffff
ans =  4294967295
>> 0xffffffffffffffff
ans =  4294967295
>> intmax('uint32')
ans = 4294967295



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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