



Bits error versus x
Results
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -7.130874545194846e+21 or 403.8751728915121 < x Initial program 31.3
Taylor expanded around inf 0.0
if -7.130874545194846e+21 < x < 403.8751728915121Initial program 0.0
Applied simplify0.0
Time bar (total: 35.7s)Debug logProfile
herbie shell --seed 2018193 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))