



Bits error versus a




Bits error versus b
Results
| Original | 0.8 |
|---|---|
| Target | 0.0 |
| Herbie | 0.8 |
Initial program 0.8
rmApplied log1p-expm1-u0.8
Final simplification0.8
Time bar (total: 14.8s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 0.8 | 0.8 | 0.7 | 0.1 | 0% |
herbie shell --seed 2018274 +o rules:numerics
(FPCore (a b)
:name "Quotient of sum of exps"
:herbie-target
(/ 1 (+ 1 (exp (- b a))))
(/ (exp a) (+ (exp a) (exp b))))