Exemplo n.º 1
0
	Polynom subtract(const Polynom& rhs) const {
		return add(rhs.negate());
	}