x \cdot \log x
x \cdot \log \left(\sqrt{x}\right) + x \cdot \log \left(\sqrt{x}\right)double f(double x) {
double r20724 = x;
double r20725 = log(r20724);
double r20726 = r20724 * r20725;
return r20726;
}
double f(double x) {
double r20727 = x;
double r20728 = sqrt(r20727);
double r20729 = log(r20728);
double r20730 = r20727 * r20729;
double r20731 = r20730 + r20730;
return r20731;
}



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