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: Mike Miller
Subject: [Octave-bug-tracker] [bug #45945] Missing Matlab's special support for integer literals
Date: Fri, 19 Aug 2016 17:38:10 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

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

This has already been covered in the bug log. To repeat, in Matlab:



>> uint64(18446744073709551614)
ans = 18446744073709551614
>> uint64(18446744073709551614 * 1)
ans = 18446744073709551615
>> uint64(18446744073709551614.0)
ans = 18446744073709551615


I would like to know what Matlab does with uint64(_array-literal-expression_).

    _______________________________________________________

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]