



Bits error versus x
Results
| Original | 14.8 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -3.183642330287799e+62 or 421.4880034281522 < x Initial program 32.6
Taylor expanded around -inf 0.0
if -3.183642330287799e+62 < x < 421.4880034281522Initial program 0.0
Final simplification0.0
Time bar (total: 22.6s)Debug logProfile
herbie shell --seed 2018249
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))