



Bits error versus x
| Original | 14.7 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -697137081738736.5 or 471.71787806799045 < x Initial program 30.5
Initial simplification30.5
Taylor expanded around inf 0.0
if -697137081738736.5 < x < 471.71787806799045Initial program 0.0
Initial simplification0.0
Final simplification0.0
Time bar (total: 25.3s)Debug logProfile
herbie shell --seed 2018242 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))