x \cdot \log x
x \cdot \log \left(\sqrt{x}\right) + x \cdot \log \left(\sqrt{x}\right)double f(double x) {
double r1173718 = x;
double r1173719 = log(r1173718);
double r1173720 = r1173718 * r1173719;
return r1173720;
}
double f(double x) {
double r1173721 = x;
double r1173722 = sqrt(r1173721);
double r1173723 = log(r1173722);
double r1173724 = r1173721 * r1173723;
double r1173725 = r1173724 + r1173724;
return r1173725;
}



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