\left(x \cdot 27\right) \cdot y
27 \cdot \left(x \cdot y\right)
double f(double x, double y) {
double r138427 = x;
double r138428 = 27.0;
double r138429 = r138427 * r138428;
double r138430 = y;
double r138431 = r138429 * r138430;
return r138431;
}
double f(double x, double y) {
double r138432 = 27.0;
double r138433 = x;
double r138434 = y;
double r138435 = r138433 * r138434;
double r138436 = r138432 * r138435;
return r138436;
}



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 2019322
(FPCore (x y)
:name "Diagrams.Solve.Polynomial:cubForm from diagrams-solve-0.1, F"
:precision binary64
(* (* x 27) y))