



Bits error versus x
Results
| Original | 39.9 |
|---|---|
| Target | 39.2 |
| Herbie | 0.3 |
if x < -0.00010281873558823207Initial program 0.1
rmApplied flip--0.1
Applied simplify0.1
if -0.00010281873558823207 < x Initial program 60.3
Taylor expanded around 0 0.4
Time bar (total: 58.6s)Debug logProfile
herbie shell --seed 2018198
(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))