def polynom_b(self): p = _Polynom(self._e.polynom_b) return p
def polynom_a(self): p = _Polynom(self._e.polynom_a) return p