



Bits error versus x
Results
| Original | 14.8 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -7293977845865.593 or 1675.9184660645035 < x Initial program 30.4
Initial simplification30.4
Taylor expanded around -inf 0.0
if -7293977845865.593 < x < 1675.9184660645035Initial program 0.0
Initial simplification0.0
rmApplied *-un-lft-identity0.0
Applied associate-/r*0.0
Final simplification0.0
Time bar (total: 6.6s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 14.8 | 0.0 | 0.0 | 14.8 | 100% |
herbie shell --seed 2018274
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))