I'm trying to understand which of the following functions is strictly faster growing ($\Omega$, $o$-notation or $\theta$-notation). Not sure how to approach the following equations:
$$\bf{n^{0.3} \ \text{or}\ \ n^{\cos n}}$$
I understand that $\cos n = O(1)$ but how do I incorporate that knowledge in solving for the time complexity when it is $n^{\cos n}$? Is it valid to say that no asymptotic notation can be applied to identify the relationship?