



Bits error versus x
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -23253.23141424013 or 5842628.826673498 < x Initial program 30.5
Taylor expanded around inf 0.0
if -23253.23141424013 < x < 5842628.826673498Initial program 0.0
rmApplied div-inv0.0
Applied simplify0.0
Time bar (total: 14.6s)Debug logProfile
herbie shell --seed '#(1072361757 3390613284 2339397988 1175251238 145061547 3101881848)'
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))