



Bits error versus c_p




Bits error versus c_n




Bits error versus t




Bits error versus s
| Original | 3.9 |
|---|---|
| Target | 1.9 |
| Herbie | 1.3 |
if (- s) < -189.33005877633454Initial program 3.7
Taylor expanded around 0 1.8
Applied simplify1.8
if -189.33005877633454 < (- s) < 25182448.00233434Initial program 4.0
Taylor expanded around 0 1.0
Applied simplify1.0
if 25182448.00233434 < (- s) Initial program 3.7
Taylor expanded around 0 1.6
Applied simplify1.6
Time bar (total: 2.5m)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +o rules:numerics
(FPCore (c_p c_n t s)
:name "Harley's example"
:pre (and (< 0 c_p) (< 0 c_n))
:herbie-target
(* (pow (/ (+ 1 (exp (- t))) (+ 1 (exp (- s)))) c_p) (pow (/ (+ 1 (exp t)) (+ 1 (exp s))) c_n))
(/ (* (pow (/ 1 (+ 1 (exp (- s)))) c_p) (pow (- 1 (/ 1 (+ 1 (exp (- s))))) c_n)) (* (pow (/ 1 (+ 1 (exp (- t)))) c_p) (pow (- 1 (/ 1 (+ 1 (exp (- t))))) c_n))))