



Bits error versus x
Results
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 15.1 |
Initial program 15.1
Final simplification15.1
Time bar (total: 858.0ms)Debug logProfile
herbie shell --seed 2018225 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))