



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