



Bits error versus x
Results
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -5445667.233201899 or 75235113.88718209 < x Initial program 31.1
Taylor expanded around inf 0.0
if -5445667.233201899 < x < 75235113.88718209Initial program 0.0
rmApplied div-inv0.0
Applied simplify0.0
Time bar (total: 17.4s)Debug logProfile
herbie shell --seed '#(1072743783 989954326 4239155542 3782239461 3602631542 1719177920)'
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))