<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><br>
    ---------- Bug Summary ----------- <br>uint64() is puzzled  over [uint64(%inf)/2 uint64(%inf)] <br><br>
    <br>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - uint64() is puzzled over [uint64(%inf)/2 uint64(%inf)]"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15506#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - uint64() is puzzled over [uint64(%inf)/2 uint64(%inf)]"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15506">bug 15506</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>I had this nice shot under Windows (after investigating the sources in modules/ast)

--> 2.*uint64(2)^63
 ans  =

  0


--> 2*uint64(2)^63
 ans  =

  9223372036854775808</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>