



Bits error versus x
Results
| Original | 15.2 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -4.613283559911516e+18 or 91119.42534676378 < x Initial program 31.8
Initial simplification31.8
rmApplied div-inv31.8
Taylor expanded around inf 0.0
if -4.613283559911516e+18 < x < 91119.42534676378Initial program 0.0
Initial simplification0.0
Final simplification0.0
Time bar (total: 8.0s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 15.2 | 0.0 | 0.0 | 15.2 | 100% |
herbie shell --seed 2018354
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))