From: Taylor R Campbell Date: Thu, 25 Oct 2018 05:02:39 +0000 (+0000) Subject: I accidentally a predicate. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~169 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5ba71987eb302c7ae1052ee6005d1ef67191a3ce;p=mit-scheme.git I accidentally a predicate. --- diff --git a/src/runtime/arith.scm b/src/runtime/arith.scm index ba1753a11..6c766891c 100644 --- 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, ;;