<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:stephane.mottelet@utc.fr" title="Stéphane MOTTELET <stephane.mottelet@utc.fr>"> <span class="fn">Stéphane MOTTELET</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Trouble with int64() around int64(%inf)-"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15505">bug 15505</a>
<br><br>
---------- Bug Summary ----------- <br>Trouble with int64() around int64(%inf)- <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>stephane.mottelet@utc.fr
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Trouble with int64() around int64(%inf)-"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15505#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Trouble with int64() around int64(%inf)-"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15505">bug 15505</a>
from <span class="vcard"><a class="email" href="mailto:stephane.mottelet@utc.fr" title="Stéphane MOTTELET <stephane.mottelet@utc.fr>"> <span class="fn">Stéphane MOTTELET</span></a>
</span></b>
<pre>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 !</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>