



Bits error versus x
Results
| Original | 40.5 |
|---|---|
| Target | 40.1 |
| Herbie | 0.9 |
if (/ (exp x) (- (exp x) 1)) < 1.000496496154137Initial program 1.2
Initial simplification1.2
Taylor expanded around inf 1.2
if 1.000496496154137 < (/ (exp x) (- (exp x) 1)) Initial program 61.0
Initial simplification61.0
Taylor expanded around 0 0.7
Final simplification0.9
Time bar (total: 10.4s)Debug logProfile
herbie shell --seed 2018251
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))