



Bits error versus x
Results
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 0.1 |
Initial program 15.1
rmApplied clear-num15.2
Taylor expanded around inf 0.1
Final simplification0.1
Time bar (total: 4.7s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 0.1 | 0.1 | 0.0 | 0.1 | 0% |
herbie shell --seed 2018355
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))