



Bits error versus x
Results
| Original | 14.7 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1.3220199221034839e+154 or 16155.446949880583 < x Initial program 40.0
Taylor expanded around -inf 0.0
if -1.3220199221034839e+154 < x < 16155.446949880583Initial program 0.1
rmApplied add-sqr-sqrt0.1
Applied associate-/r*0.0
Final simplification0.0
Time bar (total: 35.9s)Debug logProfile
herbie shell --seed 2018251
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))