x \cdot y - x
\left(x + x \cdot y\right) \cdot \frac{x \cdot y - x}{x + x \cdot y}double f(double x, double y) {
double r11318833 = x;
double r11318834 = y;
double r11318835 = r11318833 * r11318834;
double r11318836 = r11318835 - r11318833;
return r11318836;
}
double f(double x, double y) {
double r11318837 = x;
double r11318838 = y;
double r11318839 = r11318837 * r11318838;
double r11318840 = r11318837 + r11318839;
double r11318841 = r11318839 - r11318837;
double r11318842 = r11318841 / r11318840;
double r11318843 = r11318840 * r11318842;
return r11318843;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied flip--28.7
rmApplied *-un-lft-identity28.7
Applied difference-of-squares28.7
Applied times-frac0.0
Simplified0.0
Final simplification0.0
herbie shell --seed 2019170
(FPCore (x y)
:name "Data.Histogram.Bin.LogBinD:$cbinSizeN from histogram-fill-0.8.4.1"
(- (* x y) x))