Average Error: 0.0 → 0.0
Time: 11.5s
Precision: 64
\[200 \cdot \left(x - y\right)\]
\[200 \cdot \left(x - y\right)\]
200 \cdot \left(x - y\right)
200 \cdot \left(x - y\right)
double f(double x, double y) {
        double r28454 = 200.0;
        double r28455 = x;
        double r28456 = y;
        double r28457 = r28455 - r28456;
        double r28458 = r28454 * r28457;
        return r28458;
}

double f(double x, double y) {
        double r28459 = 200.0;
        double r28460 = x;
        double r28461 = y;
        double r28462 = r28460 - r28461;
        double r28463 = r28459 * r28462;
        return r28463;
}

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

    \[200 \cdot \left(x - y\right)\]
  2. Final simplification0.0

    \[\leadsto 200 \cdot \left(x - y\right)\]

Reproduce

herbie shell --seed 2019315 
(FPCore (x y)
  :name "Data.Colour.CIE:cieLABView from colour-2.3.3, C"
  :precision binary64
  (* 200 (- x y)))