



Bits error versus x
Results
| Original | 39.8 |
|---|---|
| Target | 39.0 |
| Herbie | 0.4 |
if x < -0.00014941383073943545Initial program 0.0
if -0.00014941383073943545 < x Initial program 59.8
Taylor expanded around 0 0.6
Time bar (total: 25.6s)Debug logProfile
herbie shell --seed 2018208
(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))