



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