



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