



Bits error versus x
| Original | 40.0 |
|---|---|
| Target | 39.1 |
| Herbie | 0.0 |
Initial program 40.0
Applied simplify0.0
Time bar (total: 7.9s)Debug logProfile
herbie shell --seed '#(1072330854 3074818769 591214268 3603999196 3863745332 3332387116)' +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))