



Bits error versus x
Results
| Original | 32.0 |
|---|---|
| Target | 0 |
| Herbie | 0 |
Initial program 32.0
Initial simplification31.0
Taylor expanded around -inf 0
Final simplification0
Time bar (total: 2.3s)Debug logProfile
herbie shell --seed 2018250 +o rules:numerics
(FPCore (x)
:name "sqrt sqr"
:herbie-target
(if (< x 0) 2 0)
(- (/ x x) (* (/ 1 x) (sqrt (* x x)))))