



Bits error versus x
Results
| Original | 40.1 |
|---|---|
| Target | 39.2 |
| Herbie | 0.3 |
if x < -0.00017116989398777355Initial program 0.0
Initial simplification0.0
rmApplied flip-+0.0
Applied associate-/l/0.0
Simplified0.0
if -0.00017116989398777355 < x Initial program 60.0
Initial simplification60.0
Taylor expanded around 0 0.5
Final simplification0.3
Time bar (total: 38.3s)Debug logProfile
herbie shell --seed 2018273
(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))