



Bits error versus x
Results
| Original | 15.2 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -36633694.53775017 or 28549.150094979876 < x Initial program 30.8
Taylor expanded around inf 0.0
if -36633694.53775017 < x < 28549.150094979876Initial program 0.0
rmApplied add-sqr-sqrt0.0
Applied associate-/r*0.0
Final simplification0.0
Time bar (total: 19.5s)Debug logProfile
herbie shell --seed 2018221
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))