Average Error: 58.7 → 58.7
Time: 9.5s
Precision: 64
Internal Precision: 1408
\[e^{x} - 1\]
\[e^{x} - 1\]

Error

Bits error versus x

Derivation

  1. Initial program 58.7

    \[e^{x} - 1\]
  2. Removed slow pow expressions.

Runtime

Time bar (total: 9.5s)Debug log

herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o setup:early-exit
(FPCore (x)
  :name "expm1 (example 3.7)"
  :pre (< -0.00017 x)
  (- (exp x) 1))