



Bits error versus x
Results
| Original | 39.7 |
|---|---|
| Target | 39.3 |
| Herbie | 0.6 |
if x < -0.001902715743650538Initial program 0.0
Taylor expanded around inf 0.0
if -0.001902715743650538 < x Initial program 60.2
Taylor expanded around 0 0.9
Final simplification0.6
herbie shell --seed 2019026
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))