x \cdot \log x
x \cdot \log \left(\sqrt{x}\right) + 3 \cdot \left(x \cdot \log \left({x}^{\frac{1}{6}}\right)\right)double code(double x) {
return ((double) (x * ((double) log(x))));
}
double code(double x) {
return ((double) (((double) (x * ((double) log(((double) sqrt(x)))))) + ((double) (3.0 * ((double) (x * ((double) log(((double) pow(x, 0.16666666666666666))))))))));
}



Bits error versus x
Results
Initial program 0.3
rmApplied add-sqr-sqrt0.3
Applied log-prod0.3
Applied distribute-lft-in0.3
rmApplied add-cube-cbrt0.3
Applied log-prod0.3
Applied distribute-lft-in0.3
Simplified0.3
Taylor expanded around 0 0.4
Final simplification0.4
herbie shell --seed 2020126
(FPCore (x)
:name "Statistics.Distribution.Binomial:directEntropy from math-functions-0.1.5.2"
:precision binary64
(* x (log x)))