\left(x \cdot 27\right) \cdot y
27 \cdot \left(x \cdot y\right)
double f(double x, double y) {
double r166557 = x;
double r166558 = 27.0;
double r166559 = r166557 * r166558;
double r166560 = y;
double r166561 = r166559 * r166560;
return r166561;
}
double f(double x, double y) {
double r166562 = 27.0;
double r166563 = x;
double r166564 = y;
double r166565 = r166563 * r166564;
double r166566 = r166562 * r166565;
return r166566;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.3
rmApplied pow10.3
Applied pow10.3
Applied pow10.3
Applied pow-prod-down0.3
Applied pow-prod-down0.3
Simplified0.3
Final simplification0.3
herbie shell --seed 2019303
(FPCore (x y)
:name "Diagrams.Solve.Polynomial:cubForm from diagrams-solve-0.1, F"
:precision binary64
(* (* x 27) y))