



Bits error versus x
Results
| Original | 40.5 |
|---|---|
| Target | 40.1 |
| Herbie | 0.7 |
if (/ (- 1 (exp (- (+ x x)))) (+ 1 (exp (- x)))) < 0.03949804068118535Initial program 60.2
Taylor expanded around 0 0.4
if 0.03949804068118535 < (/ (- 1 (exp (- (+ x x)))) (+ 1 (exp (- x)))) Initial program 1.2
rmApplied add-sqr-sqrt1.2
Applied difference-of-sqr-11.2
Time bar (total: 14.8s)Debug logProfile
herbie shell --seed 2018170
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))