



Bits error versus x
Results
| Original | 14.7 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1.0158911785829912e+28 or 1557.1078757257153 < x Initial program 31.1
Taylor expanded around inf 0.0
if -1.0158911785829912e+28 < x < 1557.1078757257153Initial program 0.0
Applied simplify0.0
Time bar (total: 24.2s)Debug logProfile
herbie shell --seed 2018166 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))