operation. They are like a combination of / and the respective
rounding operation, except that there are no non-integer intermediate
results.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.45 1989/08/09 11:08:34 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.46 1989/08/10 08:18:17 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
imag-part
inexact->exact
inexact?
+ integer-ceiling
integer-divide
integer-divide-quotient
integer-divide-remainder
- integer-expt integer?
+ integer-expt
+ integer-floor
+ integer-round
+ integer-truncate
+ integer?
lcm
log
magnitude
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.50 1989/08/09 11:08:43 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.51 1989/08/10 08:18:40 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 50))
+ (add-identification! "Runtime" 14 51))
(define microcode-system)
(define (snarf-microcode-version!)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.45 1989/08/09 11:08:34 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.46 1989/08/10 08:18:17 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
imag-part
inexact->exact
inexact?
+ integer-ceiling
integer-divide
integer-divide-quotient
integer-divide-remainder
- integer-expt integer?
+ integer-expt
+ integer-floor
+ integer-round
+ integer-truncate
+ integer?
lcm
log
magnitude