x \cdot \log x
\left(\log \left(\sqrt[3]{x}\right) \cdot 2\right) \cdot x + \log \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{{x}^{\frac{2}{3}}}\right) \cdot xdouble f(double x) {
double r43432 = x;
double r43433 = log(r43432);
double r43434 = r43432 * r43433;
return r43434;
}
double f(double x) {
double r43435 = x;
double r43436 = cbrt(r43435);
double r43437 = log(r43436);
double r43438 = 2.0;
double r43439 = r43437 * r43438;
double r43440 = r43439 * r43435;
double r43441 = cbrt(r43436);
double r43442 = 0.6666666666666666;
double r43443 = pow(r43435, r43442);
double r43444 = cbrt(r43443);
double r43445 = r43441 * r43444;
double r43446 = log(r43445);
double r43447 = r43446 * r43435;
double r43448 = r43440 + r43447;
return r43448;
}



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