x \cdot y - x
\left(y + -1\right) \cdot x
double f(double x, double y) {
double r195781 = x;
double r195782 = y;
double r195783 = r195781 * r195782;
double r195784 = r195783 - r195781;
return r195784;
}
double f(double x, double y) {
double r195785 = y;
double r195786 = -1.0;
double r195787 = r195785 + r195786;
double r195788 = x;
double r195789 = r195787 * r195788;
return r195789;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied add-sqr-sqrt31.6
rmApplied add-cbrt-cube40.7
Applied add-cbrt-cube40.9
Applied cbrt-unprod51.6
Simplified39.3
rmApplied *-un-lft-identity39.3
Applied distribute-rgt-out--39.3
Applied unpow-prod-down47.5
Applied cbrt-prod46.6
Simplified16.5
Simplified0.0
Final simplification0.0
herbie shell --seed 2019195
(FPCore (x y)
:name "Data.Histogram.Bin.LogBinD:$cbinSizeN from histogram-fill-0.8.4.1"
(- (* x y) x))