200 \cdot \left(x - y\right)
200 \cdot x + 200 \cdot \left(-y\right)
double f(double x, double y) {
double r360761 = 200.0;
double r360762 = x;
double r360763 = y;
double r360764 = r360762 - r360763;
double r360765 = r360761 * r360764;
return r360765;
}
double f(double x, double y) {
double r360766 = 200.0;
double r360767 = x;
double r360768 = r360766 * r360767;
double r360769 = y;
double r360770 = -r360769;
double r360771 = r360766 * r360770;
double r360772 = r360768 + r360771;
return r360772;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied add-sqr-sqrt0.9
Applied associate-*l*0.5
rmApplied sub-neg0.5
Applied distribute-lft-in0.5
Applied distribute-lft-in0.5
Simplified0.3
Simplified0.0
Final simplification0.0
herbie shell --seed 2020036
(FPCore (x y)
:name "Data.Colour.CIE:cieLABView from colour-2.3.3, C"
:precision binary64
(* 200 (- x y)))