



Bits error versus x
| Original | 40.6 |
|---|---|
| Target | 39.7 |
| Herbie | 0.0 |
Initial program 40.6
Applied simplify0.0
Time bar (total: 9.0s)Debug logProfile
herbie shell --seed '#(1070864556 424010669 783715395 1203517814 4070606583 4107618214)' +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))