200.0 \cdot \left(x - y\right)
200.0 \cdot \left(-y\right) + x \cdot 200.0
double f(double x, double y) {
double r13287430 = 200.0;
double r13287431 = x;
double r13287432 = y;
double r13287433 = r13287431 - r13287432;
double r13287434 = r13287430 * r13287433;
return r13287434;
}
double f(double x, double y) {
double r13287435 = 200.0;
double r13287436 = y;
double r13287437 = -r13287436;
double r13287438 = r13287435 * r13287437;
double r13287439 = x;
double r13287440 = r13287439 * r13287435;
double r13287441 = r13287438 + r13287440;
return r13287441;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied sub-neg0.0
Applied distribute-rgt-in0.0
Final simplification0.0
herbie shell --seed 2019163 +o rules:numerics
(FPCore (x y)
:name "Data.Colour.CIE:cieLABView from colour-2.3.3, C"
(* 200.0 (- x y)))