So my text book defined polynomials as expressions of the form: $$\mathcal{P}(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+\cdots+a_{2}x^{2}+a_{1}x^{1}+a_{0}x^{0}$$
And it even called $a_{0}$ a coefficient. And in one exercise they ask to calculate $\mathcal{Q}(0)$ where $\mathcal{Q}(x)=6x^2+x-7$ but that's impossible since according to the definition $\mathcal{P}(0)$ is undefined since $0^{0}$ is undefined. So we should rather define polynomials as $$\mathcal{P}(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+\cdots+a_{2}x^{2}+a_{1}x^{1}+a_{0}$$ where $a_{0}$ is a constant.
What do you think?