[Bugzilla] [Bug 15442] Samuel GOUGEON has commented the bug
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Sat Mar 10 16:32:08 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=15442
--------- Bug Summary -----------
printf cannot handle uint64 integers greater than 2^32-1
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
--- Comment #6 from Samuel GOUGEON <sgougeon at free.fr> ---
For information: disp() already works:
--> disp(x)
4294967295
--> disp(x+1)
4294967296
It's a bit strange that disp() does not use msprintf() for some regular types of objects like int64 and uint64.
Formatting things is usually complex, so we could expect factorizing the code instead of duplicating it..
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180310/b101983b/attachment.htm>
More information about the Bugzilla
mailing list