evalue.c: fix evalue_frac2polynomial for negative values of variables
commit0c3ffe05e28b8075c26ce1ba7359da13e403151f
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 25 Mar 2007 12:14:15 +0000 (25 14:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 25 Mar 2007 12:16:42 +0000 (25 14:16 +0200)
treee30116f290185b426b22872152e0556c8c83486b
parent13efa50992829c943c2f4e3af70e5b5307f7a736
evalue.c: fix evalue_frac2polynomial for negative values of variables

The original code would flip the sign for all coefficients, while
it should only flip the sign for coefficients of odd terms.
evalue.c