dup static method

Implementation

static MathComplex dup( MathComplex x ){
	return MathComplex( x._re, x._im );
}