Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Sun, 28 Oct 2018 22:10:02 +0000 (15:10 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 28 Oct 2018 22:10:02 +0000 (15:10 -0700)
src/runtime/arith.scm

index a119912ca8289942ef749c41ca0ed23cdacb2337..51042d68e26f02cbecadf5281a9a700a67b7961c 100644 (file)
@@ -125,7 +125,7 @@ USA.
                         (flo:/ (flo:log 10.) (flo:log 2.))))))
     (set! int:flonum-integer-limit (int:expt 2 p)))
   (set! flo:ulp-of-one microcode-id/floating-epsilon)
-  (set! flo:error-bound (flo:/ flo:ulp-of-one 2))
+  (set! flo:error-bound (flo:/ flo:ulp-of-one 2.))
   (set! flo:log-error-bound (flo:log flo:error-bound))
   (set! flo:normal-exponent-max-base-2 microcode-id/floating-exponent-max)
   (set! flo:normal-exponent-min-base-2 microcode-id/floating-exponent-min)