



Bits error versus x
| Original | 59.3 |
|---|---|
| Comparison | 0.1 |
| Herbie | 0.1 |
Initial program 59.3
Applied taylor 0.1
Taylor expanded around 0 0.1
Applied simplify 0.1
Time bar (total: 16.6s) Debug log
Please include this information when filing a bug report:
herbie --seed '#(2902752189 169865760 36032119 3038042540 4030741990 3025584327)'
(FPCore (x)
:name "expm1 (example 3.7)"
:pre (< -0.00017 x)
:target
(* x (+ (+ 1 (/ x 2)) (/ (sqr x) 6)))
(- (exp x) 1))