I am puzzled by this function:
f(x)= 139.85 + (15.8404 + 4.76022 I) E^(-I x) + (15.8404 - 4.76022 I) E^( I x)
It seems to have only an imaginary part. However, its first half:
g(x)= 139.85 + (15.8404 + 4.76022 I) E^(-I x)
has both an imaginary and a real part.
What is the explanation for this?
Is the plotting command used wrong?
Plot[Evaluate[ReIm[139.85 + (15.8404 + 4.76022 I)/E^(I x) + (15.8404 - 4.76022 I) E^(I x)]], {x, -6., 6.}]



Your function
is real valued, because definition
is equivalent for real x.