



Bits error versus x
Results
| Original | 31.9 |
|---|---|
| Target | 0 |
| Herbie | 0.0 |
Initial program 31.9
rmApplied associate-*l/29.5
Applied sub-div29.5
Simplified0.0
Final simplification0.0
Time bar (total: 13.2s)Debug logProfile
herbie shell --seed 2018348 +o rules:numerics
(FPCore (x)
:name "sqrt sqr"
:herbie-target
(if (< x 0) 2 0)
(- (/ x x) (* (/ 1 x) (sqrt (* x x)))))