



Bits error versus a




Bits error versus b




Bits error versus eps
| Original | 62.0 |
|---|---|
| Comparison | 14.5 |
| Herbie | 0.0 |
Initial program 62.0
Applied taylor 0.0
Taylor expanded around 0 0.0
Time bar (total: 7.6s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1067615470 1817955187 3564058462 2385304812 1026693554 2746013648)'
(FPCore (a b eps)
:name "expq3 (problem 3.4.2)"
:pre (and (< -1 eps) (< eps 1))
:target
(/ (+ a b) (* a b))
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))))