Skip to content

Commit 4391cc7

Browse files
committed
feeew lower bound formula updates
1 parent a9e9b8f commit 4391cc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eval/tricks.rkt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@
169169
(minlog y #:no-slack #t)) ; bounds per x
170170
(cons (max (+ (maxlog y) (max (abs (maxlog x)) (abs (minlog x))) (logspan z) y-slack)
171171
y-slack)
172-
(minlog y #:no-slack #t)))] ; bounds per y
172+
(if (> (minlog x) 2)
173+
(minlog y #:no-slack #t)
174+
0)))] ; bounds per y
173175

174176
[(ival-exp ival-exp2)
175177
; Γ[exp & exp2]'x = |x| & |x*ln(2)|

0 commit comments

Comments
 (0)