[Bugzilla] [Bug 15505] Stéphane MOTTELET has changed cc
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Tue Mar 27 09:50:16 CEST 2018
http://bugzilla.scilab.org/show_bug.cgi?id=15505
--------- Bug Summary -----------
Trouble with int64() around int64(%inf)-
---------- Changed by ------------
stephane.mottelet at utc.fr
---------- What changed ----------
cc
Stéphane MOTTELET <stephane.mottelet at utc.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stephane.mottelet at utc.fr
--- Comment #1 from Stéphane MOTTELET <stephane.mottelet at utc.fr> ---
int64(2^63-1) cannot be equal to int64(%inf), because 2^63-1 is evaluated as a double, with a mantissa which has too many digits. Here
--> 2^63-1
ans =
9.223372036854776480D+18
is stored as 9223372036854776480 hence greater than 9223372036854775807 !
--
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/20180327/175b261a/attachment.htm>
More information about the Bugzilla
mailing list