imag method

double imag()

Implementation

double imag(){
	return _tmpComplex().imag();
}