x \cdot \log x
x \cdot \log \left(\sqrt{x}\right) + x \cdot \log \left(\sqrt{x}\right)double f(double x) {
double r1143458 = x;
double r1143459 = log(r1143458);
double r1143460 = r1143458 * r1143459;
return r1143460;
}
double f(double x) {
double r1143461 = x;
double r1143462 = sqrt(r1143461);
double r1143463 = log(r1143462);
double r1143464 = r1143461 * r1143463;
double r1143465 = r1143464 + r1143464;
return r1143465;
}



Bits error versus x
Results
Initial program 0.3
rmApplied add-sqr-sqrt0.3
Applied log-prod0.3
Applied distribute-rgt-in0.3
Final simplification0.3
herbie shell --seed 2019192
(FPCore (x)
:name "Statistics.Distribution.Binomial:directEntropy from math-functions-0.1.5.2"
(* x (log x)))