



Bits error versus x
Results
| Original | 16.0 |
|---|---|
| Target | 16.1 |
| Herbie | 15.5 |
Initial program 16.0
Taylor expanded around 0 15.5
Final simplification15.5
Time bar (total: 25.8s)Debug logProfile
herbie shell --seed 2018255
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))