



Bits error versus a




Bits error versus x
Results
| Original | 28.7 |
|---|---|
| Target | 0.2 |
| Herbie | 0.5 |
if (* a x) < -37.9447779756014Initial program 0
Taylor expanded around inf 0
if -37.9447779756014 < (* a x) Initial program 43.4
Taylor expanded around 0 14.3
Simplified0.8
Final simplification0.5
herbie shell --seed 2019026
(FPCore (a x)
:name "expax (section 3.5)"
:herbie-target
(if (< (fabs (* a x)) 1/10) (* (* a x) (+ 1 (+ (/ (* a x) 2) (/ (pow (* a x) 2) 6)))) (- (exp (* a x)) 1))
(- (exp (* a x)) 1))