module documentation

Abstract base class for the various polynomial Classes.

The ABCPolyBase class provides the methods needed to implement the common API for the various polynomial classes. It operates as a mixin, but uses the abc module from the stdlib, hence it is only available for Python >= 2.6.

Class ABCPolyBase An abstract base class for immutable series classes.