x \cdot \log x
\left(2 \cdot \log \left(\sqrt[3]{x}\right)\right) \cdot x + \log \left(\sqrt[3]{{x}^{\frac{2}{3}}} \cdot \sqrt[3]{\sqrt[3]{x}}\right) \cdot xdouble f(double x) {
double r36842 = x;
double r36843 = log(r36842);
double r36844 = r36842 * r36843;
return r36844;
}
double f(double x) {
double r36845 = 2.0;
double r36846 = x;
double r36847 = cbrt(r36846);
double r36848 = log(r36847);
double r36849 = r36845 * r36848;
double r36850 = r36849 * r36846;
double r36851 = 0.6666666666666666;
double r36852 = pow(r36846, r36851);
double r36853 = cbrt(r36852);
double r36854 = cbrt(r36847);
double r36855 = r36853 * r36854;
double r36856 = log(r36855);
double r36857 = r36856 * r36846;
double r36858 = r36850 + r36857;
return r36858;
}



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
Simplified0.4
rmApplied add-cube-cbrt0.4
Applied cbrt-prod0.4
Simplified0.3
Final simplification0.3
herbie shell --seed 2019323
(FPCore (x)
:name "Statistics.Distribution.Binomial:directEntropy from math-functions-0.1.5.2"
:precision binary64
(* x (log x)))