I am trying to solve the following integral numerically
SEND[d_?NumericQ] := NIntegrate[NIntegrate[k ((1/\[Tau]) Exp[-2 k d])/((1/\[Tau])^2 + (\[Omega]+k Cos[\[Theta]]+k Sin[\[Theta]])^2), {k,0,Infinity}], {\[Theta],0,2\[Pi]}] but Mathematica keeps giving me the error
I have tried everything I could find, e.g., finite integration interval, use of ?NumericQ. Any clue? Thanks
