



Bits error versus x
Results
| Original | 39.9 |
|---|---|
| Target | 39.5 |
| Herbie | 0.6 |
if x < -0.001835991498205079Initial program 0.0
rmApplied add-log-exp0.0
if -0.001835991498205079 < x Initial program 60.2
Taylor expanded around 0 0.9
Taylor expanded around 0 0.9
Final simplification0.6
Time bar (total: 21.1s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 21.5 | 0.6 | 0.4 | 21.1 | 99% |
herbie shell --seed 2018351
(FPCore (x)
:name "expq2 (section 3.11)"
:herbie-target
(/ 1 (- 1 (exp (- x))))
(/ (exp x) (- (exp x) 1)))