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

Error

Bits error versus x

Derivation

  1. Initial program 0.0

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

    \[\leadsto \color{blue}{\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}\]

Runtime

Time bar (total: 6.3s)Debug logProfile

herbie shell --seed '#(1064300848 3212030778 2049303162 3567222883 2277747821 1384278011)' +o rules:numerics
(FPCore (x)
  :name "exp neg sub"
  (exp (- (- 1 (* x x)))))