



Bits error versus x
| Original | 40.2 |
|---|---|
| Target | 39.4 |
| Herbie | 0.0 |
Initial program 40.2
Applied simplify0.0
Time bar (total: 4.4s)Debug logProfile
herbie shell --seed '#(1064300848 3212030778 2049303162 3567222883 2277747821 1384278011)' +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))