



Bits error versus x
Results
| Original | 14.8 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -2.644109537761313e+36 or 493.6869585617561 < x Initial program 32.0
Taylor expanded around inf 0.0
if -2.644109537761313e+36 < x < 493.6869585617561Initial program 0.0
Applied simplify0.0
Time bar (total: 22.9s)Debug logProfile
herbie shell --seed 2018206 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))