



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