Average Error: 0.0 → 0.0
Time: 39.5s
Precision: 64
\[\frac{x + y}{10}\]
\[\frac{x + y}{10}\]
\frac{x + y}{10}
\frac{x + y}{10}
double f(double x, double y) {
        double r11413 = x;
        double r11414 = y;
        double r11415 = r11413 + r11414;
        double r11416 = 10.0;
        double r11417 = r11415 / r11416;
        return r11417;
}

double f(double x, double y) {
        double r11418 = x;
        double r11419 = y;
        double r11420 = r11418 + r11419;
        double r11421 = 10.0;
        double r11422 = r11420 / r11421;
        return r11422;
}

Error

Bits error versus x

Bits error versus y

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[\frac{x + y}{10}\]
  2. Final simplification0.0

    \[\leadsto \frac{x + y}{10}\]

Reproduce

herbie shell --seed 2019202 
(FPCore (x y)
  :name "Text.Parsec.Token:makeTokenParser from parsec-3.1.9, A"
  (/ (+ x y) 10))