Folks, I am using Julia 0.4.1 on Windows10. I did the following trivial multiplication and Julia is giving wrong output ? Is there any problem with my installation of Julia ?
````` In [2] 1234567*12345678 Out[2]: -1272282078 ```````` The correct output should be: 15241566651426 Thank you.