CDT Chop(CDT& a)
{
	return CDT(Chop(a.real()), Chop(a.imag()));
}