



Bits error versus x
Results
| Original | 15.2 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -4312142636323.4717 or 399.05156180952184 < x Initial program 30.9
Initial simplification30.9
Taylor expanded around -inf 0.0
if -4312142636323.4717 < x < 399.05156180952184Initial program 0.0
Initial simplification0.0
Final simplification0.0
Time bar (total: 11.4s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 15.1 | 0.0 | 0.0 | 15.1 | 100% |
herbie shell --seed 2018285
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))