I have found a function. I'm unable to find its integral. I have searched for it in calculus books but couldn't find answer. I just want a hint.
$$\int e^{2\cos 2x}dx.$$
Also about the function...
$$\int e^{x^2}dx.$$
Or any function with complicated power.
Both indefinite integrals cannot be expressed with a finite number of elementary functions.
$$\int e^{x^2}dx = \frac{1}{2} \sqrt{\pi}\:\text{erfi}(x)+constant$$ erfi(x) is a special function : http://mathworld.wolfram.com/Erfi.html
erfi$(x)$ is related to the Dawson's function Daw$(x)$ : http://mathworld.wolfram.com/DawsonsIntegral.html
Both erfi$(x)$ and Daw$(x)$ are particular hypergeometric functions.
For general information about the uses of special functions : https://fr.scribd.com/doc/14623310/Safari-on-the-country-of-the-Special-Functions-Safari-au-pays-des-fonctions-speciales
The case of : $$\int e^{2\cos 2x}dx$$ is even more complicated. As far as I know, there is no convenient standard special function. Use infinite series for further calculus, and/or numerical methods of computation in practice.
Note that the above comment concerns the indefinite integrals. In some particular case of these integrals with particular bounds (particular finite integrals) closed form might exist. For example : $$\int_0^{\pi} e^{2\cos 2x}dx=\pi\: I_0(2)$$ where $I_0(x)$ is the Modified Bessel function of the first kind.