



Bits error versus x
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1.3357412749724372e+154 or 4874074.002581726 < x Initial program 40.7
Initial simplification40.7
Taylor expanded around inf 0.0
if -1.3357412749724372e+154 < x < 4874074.002581726Initial program 0.1
Initial simplification0.1
rmApplied add-sqr-sqrt0.1
Applied associate-/r*0.0
Final simplification0.0
Time bar (total: 18.6s)Debug logProfile
herbie shell --seed 2018349 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))