minus method

MathComplex minus()

Implementation

MathComplex minus(){
	return MathComplex( -_re, -_im );
}