Add new operations to do integer division followed by a rounding
authorChris Hanson <org/chris-hanson/cph>
Thu, 10 Aug 1989 08:18:40 +0000 (08:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 10 Aug 1989 08:18:40 +0000 (08:18 +0000)
commit49d763ec13165e50c854a073f77cd74f3686b868
tree5fd4cebef88215b2de0404731a05cf76b4904f18
parent6a7dc14724f731b07cf059edabeeb7233aeab537
Add new operations to do integer division followed by a rounding
operation.  They are like a combination of / and the respective
rounding operation, except that there are no non-integer intermediate
results.
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg