



Bits error versus x
Results
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -719.7128920972956 or 424.2255754380834 < x Initial program 30.7
Taylor expanded around inf 0.0
if -719.7128920972956 < x < 424.2255754380834Initial program 0.0
rmApplied add-sqr-sqrt0.0
Applied associate-/r*0.0
Simplified0.0
Final simplification0.0
Time bar (total: 19.8s)Debug logProfile
herbie shell --seed 2018220 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))