



Bits error versus x
Results
| Original | 15.1 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -685695.7792154074 or 1104.59988535652 < x Initial program 30.6
Taylor expanded around inf 0.0
if -685695.7792154074 < x < 1104.59988535652Initial program 0.0
Final simplification0.0
Time bar (total: 8.2s)Debug logProfile
herbie shell --seed 2018225
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))