



Bits error versus x
| Original | 15.0 |
|---|---|
| Target | 0.1 |
| Herbie | 0.0 |
if x < -1.8329901161772057e+47 or 536801.227964242 < x Initial program 32.7
Taylor expanded around inf 0.0
if -1.8329901161772057e+47 < x < 536801.227964242Initial program 0.0
Applied simplify0.0
Time bar (total: 12.5s)Debug logProfile
herbie shell --seed '#(1072107073 2127697367 3936270018 2300570620 2134894798 4023771849)'
(FPCore (x)
:name "x / (x^2 + 1)"
:herbie-target
(/ 1 (+ x (/ 1 x)))
(/ x (+ (* x x) 1)))