103.100 REM ***********MPYCOM*********** A=TEMP.REAL : B=TEMP.IMAG C=TEMP1.REAL : D=TEMP1.IMAG TEMP.REAL=A*C-B*D TEMP.IMAG=A*D+B*C RETURN