Average Error: 0.3 → 0.3
Time: 11.6s
Precision: 64
\[x \cdot \log x\]
\[x \cdot \log x\]
x \cdot \log x
x \cdot \log x
double f(double x) {
        double r30732 = x;
        double r30733 = log(r30732);
        double r30734 = r30732 * r30733;
        return r30734;
}

double f(double x) {
        double r30735 = x;
        double r30736 = log(r30735);
        double r30737 = r30735 * r30736;
        return r30737;
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.3

    \[x \cdot \log x\]
  2. Final simplification0.3

    \[\leadsto x \cdot \log x\]

Reproduce

herbie shell --seed 2020047 +o rules:numerics
(FPCore (x)
  :name "Statistics.Distribution.Binomial:directEntropy from math-functions-0.1.5.2"
  :precision binary64
  (* x (log x)))