x \cdot \log x
\left(\log \left(\sqrt[3]{x}\right) + \log \left(\sqrt[3]{x}\right)\right) \cdot x + \left(\left(\frac{1}{9} \cdot \log x\right) \cdot x + \left(\frac{1}{9} \cdot \log x\right) \cdot \left(x + x\right)\right)double f(double x) {
double r432562 = x;
double r432563 = log(r432562);
double r432564 = r432562 * r432563;
return r432564;
}
double f(double x) {
double r432565 = x;
double r432566 = cbrt(r432565);
double r432567 = log(r432566);
double r432568 = r432567 + r432567;
double r432569 = r432568 * r432565;
double r432570 = 0.1111111111111111;
double r432571 = log(r432565);
double r432572 = r432570 * r432571;
double r432573 = r432572 * r432565;
double r432574 = r432565 + r432565;
double r432575 = r432572 * r432574;
double r432576 = r432573 + r432575;
double r432577 = r432569 + r432576;
return r432577;
}



Bits error versus x
Results
Initial program 0.3
rmApplied add-cube-cbrt0.3
Applied log-prod0.4
Applied distribute-lft-in0.4
Simplified0.4
rmApplied pow1/30.3
rmApplied add-cube-cbrt0.3
Applied unpow-prod-down0.3
Applied log-prod0.3
Applied distribute-lft-in0.3
Simplified0.3
Simplified0.3
Final simplification0.3
herbie shell --seed 2019156
(FPCore (x)
:name "Statistics.Distribution.Binomial:directEntropy from math-functions-0.1.5.2"
(* x (log x)))