



Bits error versus x
| Original | 39.7 |
|---|---|
| Target | 38.8 |
| Herbie | 0.0 |
Initial program 39.7
Applied simplify0.0
Time bar (total: 14.5s)Debug logProfile
herbie shell --seed '#(1071501266 3581234924 1086666455 2685055582 1243441566 1802958749)' +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))