



Bits error versus x
| Original | 14.9 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -132033770.35879497 or 436.91779271061637 < x Initial program 30.1
Taylor expanded around inf 0.0
if -132033770.35879497 < x < 436.91779271061637Initial program 0.0
rmApplied div-inv0.0
Applied simplify0.0
Applied simplify0.0
Time bar (total: 30.0s)Debug logProfile
herbie shell --seed 2018167 +o rules:numerics
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))