



Bits error versus x
| Original | 39.8 |
|---|---|
| Target | 39.0 |
| Herbie | 0.0 |
Initial program 39.8
Applied simplify0.0
Time bar (total: 12.6s)Debug logProfile
herbie shell --seed '#(1071979731 1496239409 439705970 2863295848 982327776 189749553)' +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))