2.2.0
Added:
-
Added
Element::coefficients()andElement::rationalCoefficients()for
the deprecatedElement::coefficients<C>(). -
Explicit overloads of
Element::operator*=andElement::operator/=for
mpz_classandmpq_classsince the old template-based approach is not
supported when building on clang with-fvisibility=hidden.
Deprecated:
- Deprecated
Element::coefficients<C>(). The method is not visible when
building with clang andfvisibility=hidden,coefficients()and
rationalCoefficients()should be used instead.
Fixed:
- Printing of elements when compiling with clang.