



Bits error versus x
Results
| Original | 14.8 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1631567455.901017 or 164813693.3988662 < x Initial program 30.5
Taylor expanded around inf 0.0
if -1631567455.901017 < x < 164813693.3988662Initial program 0.0
rmApplied div-inv0.0
Applied simplify0.0
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed 2018199
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))