



Bits error versus x
| Original | 59.9 |
|---|---|
| Comparison | 0.1 |
| Herbie | 0.3 |
Initial program 59.9
Applied taylor 0.3
Taylor expanded around 0 0.3
Applied simplify 0.3
Total time: 26.4s Debug log
Please include this information when filing a bug report:
herbie --seed '#(1908604153 1025457288 2462184406 4202787950 1290802251 2071818630)'
(FPCore (x)
:name "NMSE example 3.9"
:pre (and (< -0.026 x) (< x 0.026))
:target
(if (< (fabs x) 0.026) (* (/ x 3) (+ 1 (/ (sqr x) 15))) (- (/ 1 x) (cotan x)))
(- (/ 1 x) (cotan x)))