



Bits error versus x
| Original | 32.4 |
|---|---|
| Comparison | 0 |
| Herbie | 0 |
Initial program 32.4
Applied simplify 0
Time bar (total: 1.8s) Debug log
Please include this information when filing a bug report:
herbie --seed '#(4121501433 828962133 1135886690 4164430413 2050040402 982866809)'
(FPCore (x)
:name "sqrt sqr"
:target
(if (< x 0) 2 0)
(- (/ x x) (* (/ 1 x) (sqrt (* x x)))))