fnorm method

double fnorm()

Implementation

double fnorm(){
	return _re * _re + _im * _im;
}