Average Error: 0.0 → 0.0
Time: 4.5s
Precision: binary64
\[{x}^{8} - {x}^{\left(-8\right)}\]
\[{x}^{8} - {x}^{\left(-8\right)}\]

Error

Bits error versus x

Derivation

  1. Initial program 0.0

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

    \[\leadsto {x}^{8} - {x}^{\left(-8\right)}\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x)
  :name "(- (pow x 8) (pow x (- 8)))"
  :precision binary64
  (- (pow x 8.0) (pow x (neg 8.0))))