Ejemplo n.º 1
0
const Integer Integer::subtract(const Integer a) const {
	return this->add(a.negate());
}