



Bits error versus x
Results
| Original | 39.9 |
|---|---|
| Target | 39.4 |
| Herbie | 0.9 |
if (/ (exp x) (- (exp x) 1)) < 1.0000265219853308Initial program 0.9
Taylor expanded around inf 0.9
if 1.0000265219853308 < (/ (exp x) (- (exp x) 1)) Initial program 61.0
Taylor expanded around 0 1.0
Final simplification0.9
Time bar (total: 33.1s)Debug logProfile
herbie shell --seed 2018230
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))