



Bits error versus x
Results
| Original | 46.7 |
|---|---|
| Target | 26.1 |
| Herbie | 17.6 |
Initial program 46.7
Taylor expanded around 0 17.6
Final simplification17.6
Time bar (total: 9.0s)Debug logProfile
herbie shell --seed 2018255 +o rules:numerics
(FPCore (x)
:name "sqrt sqr"
:herbie-target
(if (< x 0) 2 0)
(- (/ x x) (* (/ 1 x) (sqrt (* x x)))))