



Bits error versus x
| Original | 14.6 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -5.864261687274507e+52 or 15389527.932909489 < x Initial program 32.1
Taylor expanded around inf 0.0
if -5.864261687274507e+52 < x < 15389527.932909489Initial program 0.0
rmApplied div-inv0.0
Applied simplify0.0
Applied simplify0.0
Time bar (total: 26.4s)Debug logProfile
herbie shell --seed '#(1072330854 3074818769 591214268 3603999196 3863745332 3332387116)' +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))