



Bits error versus x
| Original | 39.4 |
|---|---|
| Target | 38.7 |
| Herbie | 0.0 |
Initial program 39.4
Applied simplify0.0
Time bar (total: 3.7s)Debug logProfile
herbie shell --seed '#(1070609872 3456127585 2380521889 2328837196 1765472538 734540918)' +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))