Average Error: 0 → 0
Time: 991.0ms
Precision: 64
\[x = 0 \lor x = 10\]
\[x\]
\[x\]
x
x
double f(double x) {
        double r7997 = x;
        return r7997;
}

double f(double x) {
        double r7998 = x;
        return r7998;
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0

    \[x\]
  2. Final simplification0

    \[\leadsto x\]

Reproduce

herbie shell --seed 2019133 
(FPCore (x)
  :name "x"
  :pre (or (== x 0) (== x 10))
  x)