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 r44268 = x;
double r44269 = log(r44268);
double r44270 = r44268 * r44269;
return r44270;
}
double f(double x) {
double r44271 = 2.0;
double r44272 = x;
double r44273 = cbrt(r44272);
double r44274 = log(r44273);
double r44275 = r44271 * r44274;
double r44276 = r44275 * r44272;
double r44277 = 0.6666666666666666;
double r44278 = pow(r44272, r44277);
double r44279 = cbrt(r44278);
double r44280 = cbrt(r44273);
double r44281 = r44279 * r44280;
double r44282 = log(r44281);
double r44283 = r44282 * r44272;
double r44284 = r44276 + r44283;
return r44284;
}



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 +o rules:numerics
(FPCore (x)
:name "Statistics.Distribution.Binomial:directEntropy from math-functions-0.1.5.2"
:precision binary64
(* x (log x)))