



Bits error versus x
| Original | 40.1 |
|---|---|
| Target | 39.3 |
| Herbie | 0.0 |
Initial program 40.1
Applied simplify0.0
Time bar (total: 8.0s)Debug logProfile
herbie shell --seed '#(1071948828 1180510430 2986424009 997076509 406109801 420189285)' +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))