conjg method

MathComplex conjg()

Implementation

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