Average Error: 0 → 0
Time: 867.0ms
Precision: 64
\[x\]
\[x\]
double f(double x) {
        double r8045 = x;
        return r8045;
}

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

x
x

Error

Bits error versus x

Derivation

  1. Initial program 0

    \[x\]
  2. Final simplification0

    \[\leadsto x\]

Reproduce

herbie shell --seed 2019102 +o rules:numerics
(FPCore (x)
  :name "x"
  :pre (or (== x 0) (== x 10))
  x)