



Bits error versus x
Results
| Original | 15.3 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -225815.34435842736 or 1933.9904556789386 < x Initial program 30.9
Taylor expanded around inf 0.0
if -225815.34435842736 < x < 1933.9904556789386Initial program 0.0
Applied simplify0.0
Time bar (total: 25.9s)Debug logProfile
herbie shell --seed 2018195
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))