Question
I want to determine the order of growth of a complex polynomial $p(z)$.
My attempt
We pick $$p(z)=a_nz^n+\ldots +a_1z+a_0$$
then we know that
$$|p(z)| \le |a_nz^n|+\ldots +|a_1z|+|a_0|$$
since $e^x$ is increasing we have that
$$|p(z)|<e^{|p(z)|} \le e^{|a_nz^n|+\ldots +|a_1z|+|a_0|}=e^{|a_n||z^n|+\ldots +|a_1||z|+|a_0|} \le max\{|a_i|\}e^{max\{|a_i|\}|z|^{n}}$$
The thing is that for small values of $z$ for example $z=0$ the above bound doesn't work and my definition says that the above should hold for all $z \in \mathbb{C}$. I am almost sure that the order of growth should be $n$ but I don't know if this is correct or if there is a better proof to get which is the order of growth of a complex polynomial that you can provide.
Definitions.
Let $f$ be an entire function. If there exist a positive number $\rho$ and constants $A,B >0$ such that
$$|f(z)| \le A e^{B|z|^{\rho}}$$
for all $z \in \mathbb{C}$ then we say that $f$ has order of growth $\le \rho$. We define the order of growth of $f$ as
$$\rho_f=inf\{ \rho \}$$