bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15320: [2.0.7] Rational number representation problem


From: Josh Stokes
Subject: bug#15320: [2.0.7] Rational number representation problem
Date: Tue, 10 Sep 2013 14:28:37 +0100

It seems that certain small numbers are represented as integers, as (* 4294967296 4294967296) results in 0, but (* 3294967296 3294967296) returns the correct value of 10856809481709551616. In addition, (ash 1 64) gives 0, but (ash 1 65) works correctly.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]