Average Error: 0.0 → 0.0
Time: 31.4s
Precision: 64
Internal Precision: 320
\[e^{-\left(1 - x \cdot x\right)}\]
\[e^{-\left(1 - x \cdot x\right)}\]

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

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

    \[\leadsto e^{-\left(1 - x \cdot x\right)}\]

Runtime

Time bar (total: 31.4s)Debug logProfile

herbie shell --seed 2018242 +o rules:numerics
(FPCore (x)
  :name "exp neg sub"
  (exp (- (- 1 (* x x)))))