



Bits error versus x
Results
| Original | 40.0 |
|---|---|
| Target | 39.6 |
| Herbie | 0.7 |
if x < -0.0017315188754754214Initial program 0.0
Initial simplification0.0
Taylor expanded around -inf 0.0
if -0.0017315188754754214 < x Initial program 60.1
Initial simplification60.1
Taylor expanded around 0 1.0
Final simplification0.7
Time bar (total: 30.2s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 21.5 | 0.7 | 0.4 | 21.0 | 98.9% |
herbie shell --seed 2018355
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))