Average Error: 0.0 → 0.0
Time: 3.4s
Precision: 64
Internal Precision: 128
\[e^{-\left(1 - x \cdot x\right)}\]
\[\frac{{\left(e^{x}\right)}^{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. Using strategy rm
  4. Applied exp-prod0.0

    \[\leadsto \frac{\color{blue}{{\left(e^{x}\right)}^{x}}}{e}\]
  5. Final simplification0.0

    \[\leadsto \frac{{\left(e^{x}\right)}^{x}}{e}\]

Runtime

Time bar (total: 3.4s)Debug logProfile

BaselineHerbieOracleSpan%
Regimes0.00.00.00.0100%
herbie shell --seed 2018352 
(FPCore (x)
  :name "exp neg sub"
  (exp (- (- 1 (* x x)))))