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:
369a18a
)
Add flo:modulo
author
Joe Marshall
<eval.apply@gmail.com>
Mon, 17 Sep 2012 20:25:22 +0000
(13:25 -0700)
committer
Joe Marshall
<eval.apply@gmail.com>
Mon, 17 Sep 2012 20:25:22 +0000
(13:25 -0700)
src/runtime/fixart.scm
patch
|
blob
|
history
diff --git
a/src/runtime/fixart.scm
b/src/runtime/fixart.scm
index 9fb738bdbe0e4707d8e15f2f2942617d9d75d8d2..b3321f24654aeddc532c84063c60e7d4c4234dd8 100644
(file)
--- a/
src/runtime/fixart.scm
+++ b/
src/runtime/fixart.scm
@@
-83,6
+83,7
@@
USA.
(flo:- flonum-subtract 2)
(flo:* flonum-multiply 2)
(flo:/ flonum-divide 2)
+ (flo:modulo flonum-modulo 2)
(flo:negate flonum-negate 1)
(flo:abs flonum-abs 1)
(flo:exp flonum-exp 1)