From 5ba71987eb302c7ae1052ee6005d1ef67191a3ce Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 25 Oct 2018 05:02:39 +0000 Subject: [PATCH] I accidentally a predicate. --- src/runtime/arith.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ;; -- 2.25.1