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 r37011 = x;
double r37012 = log(r37011);
double r37013 = r37011 * r37012;
return r37013;
}
double f(double x) {
double r37014 = 2.0;
double r37015 = x;
double r37016 = cbrt(r37015);
double r37017 = log(r37016);
double r37018 = r37014 * r37017;
double r37019 = r37018 * r37015;
double r37020 = 0.6666666666666666;
double r37021 = pow(r37015, r37020);
double r37022 = cbrt(r37021);
double r37023 = cbrt(r37016);
double r37024 = r37022 * r37023;
double r37025 = log(r37024);
double r37026 = r37025 * r37015;
double r37027 = r37019 + r37026;
return r37027;
}



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)))