



Bits error versus x
| Original | 39.5 |
|---|---|
| Target | 38.7 |
| Herbie | 0.3 |
if x < -0.00018190747476085292Initial program 0.0
rmApplied div-sub0.1
if -0.00018190747476085292 < x Initial program 60.0
Taylor expanded around 0 0.5
rmApplied add-cube-cbrt0.5
Taylor expanded around 0 0.5
Taylor expanded around 0 0.5
pow expressions.Time bar (total: 49.7s)Debug logProfile
herbie shell --seed '#(1063154770 1824007522 645063331 41291047 494775821 1237684644)'
(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))