



Bits error versus x
Results
| Original | 15.8 |
|---|---|
| Target | 0.1 |
| Herbie | 0.1 |
Initial program 15.8
Initial simplification15.8
rmApplied clear-num15.9
Taylor expanded around inf 0.1
Final simplification0.1
Time bar (total: 3.2s)Debug logProfile
herbie shell --seed 2018235 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))