



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