\left(x \cdot 27\right) \cdot y
27 \cdot \left(x \cdot y\right)
double f(double x, double y) {
double r158686 = x;
double r158687 = 27.0;
double r158688 = r158686 * r158687;
double r158689 = y;
double r158690 = r158688 * r158689;
return r158690;
}
double f(double x, double y) {
double r158691 = 27.0;
double r158692 = x;
double r158693 = y;
double r158694 = r158692 * r158693;
double r158695 = r158691 * r158694;
return r158695;
}



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))