Average Error: 0.0 → 0.0
Time: 1.2s
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 r349498 = 200.0;
        double r349499 = x;
        double r349500 = y;
        double r349501 = r349499 - r349500;
        double r349502 = r349498 * r349501;
        return r349502;
}

double f(double x, double y) {
        double r349503 = 200.0;
        double r349504 = x;
        double r349505 = y;
        double r349506 = r349504 - r349505;
        double r349507 = r349503 * r349506;
        return r349507;
}

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 2020057 
(FPCore (x y)
  :name "Data.Colour.CIE:cieLABView from colour-2.3.3, C"
  :precision binary64
  (* 200 (- x y)))