x \cdot \log x
\log \left({x}^{\frac{1}{3}}\right) \cdot x + \log \left(\sqrt[3]{x}\right) \cdot \left(x + x\right)double f(double x) {
double r1233655 = x;
double r1233656 = log(r1233655);
double r1233657 = r1233655 * r1233656;
return r1233657;
}
double f(double x) {
double r1233658 = x;
double r1233659 = 0.3333333333333333;
double r1233660 = pow(r1233658, r1233659);
double r1233661 = log(r1233660);
double r1233662 = r1233661 * r1233658;
double r1233663 = cbrt(r1233658);
double r1233664 = log(r1233663);
double r1233665 = r1233658 + r1233658;
double r1233666 = r1233664 * r1233665;
double r1233667 = r1233662 + r1233666;
return r1233667;
}



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