Skip to content
  • rtoy's avatar
    Fix rounding for large numbers. · 5bee53ac
    rtoy authored
    Bug was pointed by Christophe in private email.  Fix is based on his
    suggested solution.  Some examples that should work now:
    
    (round 100000000002.9d0) -> 100000000003
    
    (round (+ most-positive-fixnum 1.5w0)) -> 536870912
    5bee53ac