



Bits error versus x
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -9.091874697929373e+55 or 35967764.91179292 < x Initial program 33.6
Taylor expanded around inf 0
if -9.091874697929373e+55 < x < 35967764.91179292Initial program 0.0
rmApplied div-inv0.0
Applied simplify0.0
Time bar (total: 29.1s)Debug logProfile
herbie shell --seed '#(1071948828 1180510430 2986424009 997076509 406109801 420189285)'
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))