]> www.ginac.de Git - ginac.git/commitdiff
Fixed lots of bugs in factor_multivariate().
authorJens Vollinga <jensv@balin.nikhef.nl>
Thu, 13 Nov 2008 10:13:05 +0000 (11:13 +0100)
committerJens Vollinga <jensv@balin.nikhef.nl>
Thu, 13 Nov 2008 10:13:05 +0000 (11:13 +0100)
factor_univariate() takes now the content of the polynomial into accout when
choosing a prime. It also returns the chosen prime. This supports the
factor_multivariate() code.

Polynomials are expanded before calling factor_sqrfree(). This avoids problems
with some input polynomials.

Added static qualifiers to all hidden functions.


No differences found