



Bits error versus x
Results
| Original | 40.6 |
|---|---|
| Target | 40.2 |
| Herbie | 0.9 |
if (/ (exp x) (- (exp x) 1)) < 1.6933679864900602Initial program 1.2
rmApplied flip--1.3
if 1.6933679864900602 < (/ (exp x) (- (exp x) 1)) Initial program 61.2
Taylor expanded around 0 0.7
Final simplification0.9
Time bar (total: 33.1s)Debug logProfile
herbie shell --seed 2018216
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))