



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: 6.2s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1066372953 114334025 411438303 1288252006 2962405338 2829794477)'
(FPCore (x)
:name "expm1 (example 3.7)"
:pre (< -0.00017 x)
:target
(* x (+ (+ 1 (/ x 2)) (/ (sqr x) 6)))
(- (exp x) 1))