500 \cdot \left(x - y\right)
500 \cdot \left(x - y\right)
double f(double x, double y) {
double r268094 = 500.0;
double r268095 = x;
double r268096 = y;
double r268097 = r268095 - r268096;
double r268098 = r268094 * r268097;
return r268098;
}
double f(double x, double y) {
double r268099 = 500.0;
double r268100 = x;
double r268101 = y;
double r268102 = r268100 - r268101;
double r268103 = r268099 * r268102;
return r268103;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied add-sqr-sqrt0.8
Applied associate-*l*0.6
rmApplied add-cube-cbrt0.6
Applied sqrt-prod0.6
Applied associate-*l*0.4
Taylor expanded around 0 0.8
Simplified0.0
Final simplification0.0
herbie shell --seed 2020062
(FPCore (x y)
:name "Data.Colour.CIE:cieLABView from colour-2.3.3, B"
:precision binary64
(* 500 (- x y)))