



Bits error versus x
| Original | 40.0 |
|---|---|
| Target | 39.2 |
| Herbie | 0.0 |
Initial program 40.0
Applied simplify0.0
pow expressions.Time bar (total: 24.4s)Debug log
herbie shell --seed '#(1889797285 268396849 4100589100 2067516092 3019009300 3748763710)' +o rules:numerics
(FPCore (x)
:name "Kahan's exp quotient"
:herbie-target
(if (and (< x 1) (> x -1)) (/ (- (exp x) 1) (log (exp x))) (/ (- (exp x) 1) x))
(/ (- (exp x) 1) x))