I am trying to evaluate the following integral: \begin{align} \int_0^{2\pi}\exp(-C)\cdot\exp\left(a\sin\phi+b\cos\phi\right)\,d\phi\,, \end{align} where $C,a,b$ are large constants. I know that this eventually reduces to the modified Bessel function of the first kind. However, since $C, a, b$ are very large (the term "$-C+a\sin\phi+b\cos\phi$" is small, though), it becomes impossible to compute it using the Bessel function numerically.
I would rather not do it the hard way, is there another way to compute this efficiently (in terms of some functions) ?
Thanks so much! Any help would be greatly appreciated!
So basically we can compute a scaled Bessel function. MATLAB, Pythons scipy package, etc., could do this.