projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7763a28
)
Added {CEILING,FLOOR,ROUND,TRUNCATE}->EXACT to global references.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Mon, 11 Sep 1995 13:35:59 +0000
(13:35 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Mon, 11 Sep 1995 13:35:59 +0000
(13:35 +0000)
v8/src/sf/usiexp.scm
patch
|
blob
|
history
diff --git
a/v8/src/sf/usiexp.scm
b/v8/src/sf/usiexp.scm
index 4f9da298fd83849c4c0db1c4d96c0591bed1bfe4..cd797d7625fdecb340d7a11cf9b96e09c8af010a 100644
(file)
--- a/
v8/src/sf/usiexp.scm
+++ b/
v8/src/sf/usiexp.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: usiexp.scm,v 1.
8 1995/09/08 03:09:28
adams Exp $
+$Id: usiexp.scm,v 1.
9 1995/09/11 13:35:59
adams Exp $
Copyright (c) 1988-1995 Massachusetts Institute of Technology
@@
-708,6
+708,7
@@
MIT in each case. |#
ACOS
ASIN
ATAN
+ CEILING->EXACT
COS
EQV?
ERROR
@@
-716,14
+717,17
@@
MIT in each case. |#
ERROR:WRONG-TYPE-DATUM
EXP
EXPT
+ FLOOR->EXACT
FOR-EACH
LIST-REF
LOG
MEMQ
+ ROUND->EXACT
SIN
SQRT
STRING->SYMBOL
TAN
+ TRUNCATE->EXACT
))
\f
;;;; Hooks and utilities for user defined reductions and expanders