



Bits error versus x
Results
| Original | 15.4 |
|---|---|
| Target | 0.1 |
| Herbie | 0.2 |
if x < -1.003492093787603 or 0.9954769736658148 < x Initial program 30.2
Initial simplification30.2
Taylor expanded around inf 0.2
if -1.003492093787603 < x < 0.9954769736658148Initial program 0.0
Initial simplification0.0
Taylor expanded around 0 0.2
Final simplification0.2
Time bar (total: 20.4s)Debug logProfile
herbie shell --seed 2018227 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))