



Bits error versus x
Results
| Original | 40.0 |
|---|---|
| Target | 39.3 |
| Herbie | 0.3 |
if x < -0.0002080097783862739Initial program 0.1
rmApplied add-sqr-sqrt0.1
Applied difference-of-sqr-10.1
if -0.0002080097783862739 < x Initial program 60.3
Taylor expanded around 0 0.5
Time bar (total: 36.6s)Debug logProfile
herbie shell --seed 2018199
(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))