



Bits error versus x
Results
| Original | 14.6 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1.672730902351307e+29 or 486.47459210704136 < x Initial program 31.3
Taylor expanded around inf 0.0
if -1.672730902351307e+29 < x < 486.47459210704136Initial program 0.0
rmApplied div-inv0.0
Final simplification0.0
Time bar (total: 11.0s)Debug logProfile
herbie shell --seed 2018216
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))