



Bits error versus x
Results
| Original | 40.1 |
|---|---|
| Target | 39.7 |
| Herbie | 0.6 |
if x < -0.0014165720632355826Initial program 0.0
Initial simplification0.0
Taylor expanded around -inf 0.0
if -0.0014165720632355826 < x Initial program 60.2
Initial simplification60.2
Taylor expanded around 0 0.8
Final simplification0.6
Time bar (total: 14.0s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 21.4 | 0.6 | 0.4 | 21.0 | 99.1% |
herbie shell --seed 2018354
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))