



Bits error versus x
| Original | 14.6 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -874968458918.8049 or 421.41039591667726 < x Initial program 30.3
Initial simplification30.2
Taylor expanded around -inf 0.0
if -874968458918.8049 < x < 421.41039591667726Initial program 0.0
Initial simplification0.0
Final simplification0.0
Time bar (total: 19.9s)Debug logProfile
herbie shell --seed 2018255 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))