



Bits error versus x
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -7.612803675480635e+22 or 433.50203130371654 < x Initial program 31.5
Taylor expanded around inf 0.0
if -7.612803675480635e+22 < x < 433.50203130371654Initial program 0.0
Applied simplify0.0
Time bar (total: 25.9s)Debug logProfile
herbie shell --seed '#(1072840222 1305617769 1692503039 1353360431 4178980589 1488672652)'
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))