



Bits error versus x
| Original | 14.3 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -5728221888143.946 or 131309240.38858211 < x Initial program 30.4
Initial simplification30.4
Taylor expanded around inf 0.0
if -5728221888143.946 < x < 131309240.38858211Initial program 0.0
Initial simplification0.0
Final simplification0.0
Time bar (total: 19.5s)Debug logProfile
herbie shell --seed 2018252 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))