



Bits error versus x
| Original | 15.4 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -4.684447861881018e+27 or 945.5765595016253 < x Initial program 31.9
Applied simplify31.9
Taylor expanded around inf 0.0
if -4.684447861881018e+27 < x < 945.5765595016253Initial program 0.0
Applied simplify0.0
Applied simplify0.0
Time bar (total: 31.9s)Debug logProfile
herbie shell --seed 2020178 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))