Average Error: 0 → 0
Time: 1.1s
Precision: 64
\[x = 0.0 \lor x = 10\]
\[x\]
\[x\]
x
x
double f(double x) {
        double r8002 = x;
        return r8002;
}

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

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 2019174 +o rules:numerics
(FPCore (x)
  :name "x"
  :pre (or (== x 0.0) (== x 10.0))
  x)