complex c1,c2 x=exp(174.67) print *,x y=exp(-1.8e10) print *,y c1=(1.1,1.7e10) c2=exp(c1) print *,c2 end