



Bits error versus x
| Original | 39.6 |
|---|---|
| Target | 38.8 |
| Herbie | 0.0 |
Initial program 39.6
Applied simplify0.0
Time bar (total: 14.0s)Debug logProfile
herbie shell --seed '#(1071373924 2949776965 1885069702 3247780810 90874544 2263903749)' +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))