



Bits error versus x
Results
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -8.07298555250867e+25 or 1565.0996446725549 < x Initial program 31.5
Taylor expanded around inf 0.0
if -8.07298555250867e+25 < x < 1565.0996446725549Initial program 0.0
Applied simplify0.0
Time bar (total: 35.7s)Debug logProfile
herbie shell --seed '#(1072967564 1937075727 894099792 790700740 1036514779 1027793188)' +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))