x \cdot \log x
x \cdot \log \left(\sqrt{x}\right) + x \cdot \log \left(\sqrt{x}\right)double f(double x) {
double r27648 = x;
double r27649 = log(r27648);
double r27650 = r27648 * r27649;
return r27650;
}
double f(double x) {
double r27651 = x;
double r27652 = sqrt(r27651);
double r27653 = log(r27652);
double r27654 = r27651 * r27653;
double r27655 = r27654 + r27654;
return r27655;
}



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