



Bits error versus x
| Original | 32.6 |
|---|---|
| Comparison | 0 |
| Herbie | 0 |
Initial program 32.6
Applied simplify 0
Time bar (total: 697.0ms) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1064524629 4159152179 2999149171 575749698 4006532819 692958815)'
(FPCore (x)
:name "sqrt sqr"
:target
(if (< x 0) 2 0)
(- (/ x x) (* (/ 1 x) (sqrt (* x x)))))