Average Error: 58.4 → 0.0
Time: 4.0s
Precision: 64
Internal Precision: 1408
\[e^{x} - 1\]
\[(e^{x} - 1)^*\]

Error

Bits error versus x

Derivation

  1. Initial program 58.4

    \[e^{x} - 1\]
  2. Applied simplify0.0

    \[\leadsto \color{blue}{(e^{x} - 1)^*}\]

Runtime

Time bar (total: 4.0s)Debug logProfile

herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +o rules:numerics
(FPCore (x)
  :name "expm1 (example 3.7)"
  :pre (< -0.00017 x)
  (- (exp x) 1))