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:
dc2aa86
)
I accidentally a predicate.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 25 Oct 2018 05:02:39 +0000
(
05:02
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 25 Oct 2018 05:02:39 +0000
(
05:02
+0000)
src/runtime/arith.scm
patch
|
blob
|
history
diff --git
a/src/runtime/arith.scm
b/src/runtime/arith.scm
index ba1753a117e0229634c4a8443fc11ab9634fb168..6c766891cc00c0c72969c91acd19fc6e4acfa61d 100644
(file)
--- a/
src/runtime/arith.scm
+++ b/
src/runtime/arith.scm
@@
-2095,7
+2095,7
@@
USA.
;; d' = d0 + d2 + d0 d2,
;; d'' = d0 e^x/(1 + e^x) + d1 + d1 d0 e^x/(1 + e^x).
;;
- ;; Note that since e^x/(1 + e^x),
+ ;; Note that since e^x/(1 + e^x)
< 1
,
;;
;; |d''| <= |d0| + |d1| + |d1 d0| <= 2 eps + eps^2,
;;