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

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. Initial simplification0.0

    \[\leadsto \frac{e^{x \cdot x}}{e}\]
  3. Final simplification0.0

    \[\leadsto \frac{e^{x \cdot x}}{e}\]

Runtime

Time bar (total: 4.0s)Debug logProfile

herbie shell --seed 2018348 
(FPCore (x)
  :name "exp neg sub"
  (exp (- (- 1 (* x x)))))