



Bits error versus x
| Original | 40.1 |
|---|---|
| Target | 39.2 |
| Herbie | 0.1 |
Initial program 40.1
Applied simplify0.0
rmApplied div-inv0.1
Time bar (total: 5.6s)Debug logProfile
herbie shell --seed '#(1070258749 1877548225 2229079127 1588002776 3179087814 1886870650)' +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))