



Bits error versus x
Results
| Original | 39.8 |
|---|---|
| Target | 39.4 |
| Herbie | 0.6 |
if (exp x) < 0.9843902587883976Initial program 0.0
Taylor expanded around inf 0.0
if 0.9843902587883976 < (exp x) Initial program 60.1
Taylor expanded around 0 0.9
Final simplification0.6
Time bar (total: 19.0s)Debug logProfile
herbie shell --seed 2018225
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))