



Bits error versus x
Results
| Original | 15.3 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -8.910174551762849e+65 or 995.528615552623 < x Initial program 34.6
Initial simplification34.6
rmApplied *-un-lft-identity34.6
Applied associate-/r*34.6
Taylor expanded around inf 0.0
if -8.910174551762849e+65 < x < 995.528615552623Initial program 0.0
Initial simplification0.0
rmApplied *-un-lft-identity0.0
Applied associate-/r*0.0
Final simplification0.0
Time bar (total: 9.8s)Debug logProfile
herbie shell --seed 2018273
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))