\frac{x \cdot y}{y + 1}\frac{y}{y + 1} \cdot xdouble f(double x, double y) {
double r454215 = x;
double r454216 = y;
double r454217 = r454215 * r454216;
double r454218 = 1.0;
double r454219 = r454216 + r454218;
double r454220 = r454217 / r454219;
return r454220;
}
double f(double x, double y) {
double r454221 = y;
double r454222 = 1.0;
double r454223 = r454221 + r454222;
double r454224 = r454221 / r454223;
double r454225 = x;
double r454226 = r454224 * r454225;
return r454226;
}




Bits error versus x




Bits error versus y
Results
| Original | 8.2 |
|---|---|
| Target | 0.0 |
| Herbie | 0.0 |
Initial program 8.2
rmApplied *-un-lft-identity8.2
Applied times-frac0.0
Simplified0.0
Simplified0.0
Final simplification0.0
herbie shell --seed 2019195
(FPCore (x y)
:name "Diagrams.Trail:splitAtParam from diagrams-lib-1.3.0.3, B"
:herbie-target
(if (< y -3693.8482788297247) (- (/ x (* y y)) (- (/ x y) x)) (if (< y 6799310503.41891) (/ (* x y) (+ y 1.0)) (- (/ x (* y y)) (- (/ x y) x))))
(/ (* x y) (+ y 1.0)))