x \cdot \log x
x \cdot \log \left(\sqrt{x}\right) + x \cdot \log \left(\sqrt{x}\right)double f(double x) {
double r34811 = x;
double r34812 = log(r34811);
double r34813 = r34811 * r34812;
return r34813;
}
double f(double x) {
double r34814 = x;
double r34815 = sqrt(r34814);
double r34816 = log(r34815);
double r34817 = r34814 * r34816;
double r34818 = r34817 + r34817;
return r34818;
}



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