\left(x \cdot 3\right) \cdot x
3 \cdot \left(x \cdot x\right)
double f(double x) {
double r214198 = x;
double r214199 = 3.0;
double r214200 = r214198 * r214199;
double r214201 = r214200 * r214198;
return r214201;
}
double f(double x) {
double r214202 = 3.0;
double r214203 = x;
double r214204 = r214203 * r214203;
double r214205 = r214202 * r214204;
return r214205;
}



Bits error versus x
Results
Initial program 0.2
Simplified0.2
rmApplied pow10.2
Applied pow10.2
Applied pow-prod-down0.2
Applied pow10.2
Applied pow-prod-down0.2
Simplified0.2
Final simplification0.2
herbie shell --seed 2019194
(FPCore (x)
:name "Diagrams.Tangent:$catParam from diagrams-lib-1.3.0.3, F"
(* (* x 3.0) x))