



Bits error versus x
| Original | 59.4 |
|---|---|
| Comparison | 0.1 |
| Herbie | 0.1 |
Initial program 59.4
Applied taylor 0.1
Taylor expanded around 0 0.1
Applied simplify 0.1
Time bar (total: 6.0s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1065033997 2389885643 4100569014 2620012693 26800780 3144211646)'
(FPCore (x)
:name "expm1 (example 3.7)"
:pre (< -0.00017 x)
:target
(* x (+ (+ 1 (/ x 2)) (/ (sqr x) 6)))
(- (exp x) 1))