



Bits error versus x
Results
| Original | 40.3 |
|---|---|
| Target | 39.5 |
| Herbie | 0.3 |
if x < -0.00019083026175142057Initial program 0.1
rmApplied div-sub0.1
rmApplied div-inv0.1
if -0.00019083026175142057 < x Initial program 60.3
Taylor expanded around 0 0.4
Final simplification0.3
Time bar (total: 7.3s)Debug logProfile
herbie shell --seed 2018220
(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))