



Bits error versus x
Results
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -3.886746021217756e+23 or 1399.361288359614 < x Initial program 31.0
Taylor expanded around -inf 0.0
if -3.886746021217756e+23 < x < 1399.361288359614Initial program 0.0
rmApplied *-un-lft-identity0.0
Applied associate-/r*0.0
Final simplification0.0
Time bar (total: 8.9s)Debug logProfile
herbie shell --seed 2018248
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))