Average Error: 26.0 → 26.0
Time: 1.7s
Precision: binary64
\[e^{-x} - e^{-y}\]
\[e^{-x} - e^{-y}\]

Error

Bits error versus x

Bits error versus y

Derivation

  1. Initial program 26.0

    \[e^{-x} - e^{-y}\]
  2. Final simplification26.0

    \[\leadsto e^{-x} - e^{-y}\]

Reproduce

herbie shell --seed 2020152 
(FPCore (x y)
  :name "(- (exp (- x)) (exp (- y)))"
  :precision binary64
  (- (exp (neg x)) (exp (neg y))))