



Bits error versus c_p




Bits error versus c_n




Bits error versus t




Bits error versus s
| Original | 3.9 |
|---|---|
| Target | 2.1 |
| Herbie | 1.4 |
if (- s) < -489.2124433169033 or 29852806.28567497 < (- s) Initial program 3.9
Taylor expanded around 0 1.6
Applied simplify1.6
if -489.2124433169033 < (- s) < 29852806.28567497Initial program 4.0
Taylor expanded around 0 1.2
Applied simplify1.2
Time bar (total: 3.9m)Debug logProfile
herbie shell --seed '#(1070960995 739739648 2531964651 3069671617 351857262 3877178482)'
(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))))