



Bits error versus x
| Original | 15.2 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -3.389751380187937e+19 or 11565126.45514931 < x Initial program 31.6
Taylor expanded around inf 0.0
if -3.389751380187937e+19 < x < 11565126.45514931Initial program 0.0
rmApplied log1p-expm1-u0.0
Applied simplify0.0
Applied simplify0.0
Time bar (total: 31.8s)Debug logProfile
herbie shell --seed '#(1071373924 2949776965 1885069702 3247780810 90874544 2263903749)' +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))