Average Error: 0.0 → 0.0
Time: 990.0ms
Precision: binary64
\[{x}^{\left(-1\right)} + {y}^{\left(-1\right)}\]
\[{x}^{\left(-1\right)} + {y}^{\left(-1\right)}\]

Error

Bits error versus x

Bits error versus y

Derivation

  1. Initial program 0.0

    \[{x}^{\left(-1\right)} + {y}^{\left(-1\right)}\]
  2. Final simplification0.0

    \[\leadsto {x}^{\left(-1\right)} + {y}^{\left(-1\right)}\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x y)
  :name "(+ (pow x (- 1)) (pow y (- 1)))"
  :precision binary64
  (+ (pow x (neg 1.0)) (pow y (neg 1.0))))