



Bits error versus x
| Original | 39.7 |
|---|---|
| Target | 39.0 |
| Herbie | 0.0 |
Initial program 39.7
Applied simplify0.0
Time bar (total: 15.0s)Debug logProfile
herbie shell --seed '#(1072840222 1305617769 1692503039 1353360431 4178980589 1488672652)' +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))