



Bits error versus x
| Original | 39.9 |
|---|---|
| Target | 39.1 |
| Herbie | 0.1 |
Initial program 39.9
Applied simplify0.0
rmApplied log1p-expm1-u0.1
Time bar (total: 17.9s)Debug logProfile
herbie shell --seed '#(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)' +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))