



Bits error versus x
| Original | 39.8 |
|---|---|
| Target | 39.0 |
| Herbie | 0.4 |
if x < -0.0001830549954604158Initial program 0.1
rmApplied flip--0.1
Applied associate-/l/0.1
if -0.0001830549954604158 < x Initial program 60.1
Taylor expanded around 0 0.5
pow expressions.Applied simplify0.4
Time bar (total: 45.9s)Debug log
herbie shell --seed '#(3622638036 3041702260 3649696288 21285302 1742518495 296600799)'
(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))