



Bits error versus x
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1.6203597321508256e+36 or 489.67911998463813 < x Initial program 32.3
Taylor expanded around inf 0.0
if -1.6203597321508256e+36 < x < 489.67911998463813Initial program 0.0
Applied simplify0.0
Time bar (total: 26.1s)Debug logProfile
herbie shell --seed '#(1071501266 3581234924 1086666455 2685055582 1243441566 1802958749)' +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))