conjg method

MathValue conjg()

Implementation

MathValue conjg(){
	return complexToValue( _complex().conjg() );
}