



Bits error versus x
| Original | 40.0 |
|---|---|
| Target | 39.1 |
| Herbie | 0.0 |
Initial program 40.0
Applied simplify0.0
Time bar (total: 8.2s)Debug logProfile
herbie shell --seed '#(1064397287 3527694221 3797617954 1138343853 2854031332 1153838279)' +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))