



Bits error versus x
Results
| Original | 14.8 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
Initial program 14.8
Initial simplification14.8
rmApplied *-un-lft-identity14.8
Applied associate-/r*14.8
rmApplied add-sqr-sqrt14.8
Applied div-inv14.8
Applied times-frac14.7
Simplified14.7
Simplified0.0
Final simplification0.0
Time bar (total: 5.2s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 0.0 | 0.0 | 0.0 | 0.0 | 0% |
herbie shell --seed 2018274 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))