From: Chris Hanson Date: Mon, 29 Nov 1993 23:10:53 +0000 (+0000) Subject: Export INT:->FLONUM. X-Git-Tag: 20090517-FFI~7414 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a1f339851fa048a435728444bf9f88a2be5e6671;p=mit-scheme.git Export INT:->FLONUM. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index e86b9d3d3..b7b8fa532 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.218 1993/11/20 08:07:30 cph Exp $ +$Id: runtime.pkg,v 14.219 1993/11/29 23:10:53 cph Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -1372,6 +1372,7 @@ MIT in each case. |# imag-part inexact->exact inexact? + int:->flonum integer-ceiling integer-divide integer-divide-quotient diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index e86b9d3d3..b7b8fa532 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.218 1993/11/20 08:07:30 cph Exp $ +$Id: runtime.pkg,v 14.219 1993/11/29 23:10:53 cph Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -1372,6 +1372,7 @@ MIT in each case. |# imag-part inexact->exact inexact? + int:->flonum integer-ceiling integer-divide integer-divide-quotient