



Bits error versus x
| Original | 39.9 |
|---|---|
| Target | 39.0 |
| Herbie | 0.3 |
if x < -0.00016966990026214703Initial program 0.1
rmApplied flip3--0.1
Applied associate-/l/0.1
Applied simplify0.1
if -0.00016966990026214703 < x Initial program 60.0
Taylor expanded around 0 0.4
Applied simplify0.3
Time bar (total: 33.3s)Debug logProfile
herbie shell --seed '#(1070991898 1055468627 4280279443 640792587 928206309 3646738750)'
(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))