The degree of the constant term in a quadratic (or any polynomial) is $0$. Say, I have the following quadratic function: $$f(x) = 2x^2 + 4x +7$$
Since the degree of the constant term is $0$, I can also write the quadratic function like such: $$f(x) = 2x^2 + 4x^1 + 7x^0$$
If I plug in $x = 0$ into the function, I'm supposed to get the constant term. $$f(0) = 2(0)^2 + 4(0)^1 + 7(0)^0$$
But $0^0$ isn't defined. So does that mean that the $f(0)$ isn't defined? But if I didn't treat the constant as being multiplied by $x^0$, then I'll have an answer which equals $7$: $$f(0) = 2(0)^2 + 4(0)^1 + 7$$ $$f(0) = 7$$
I'm still learning about quadratics so I'd really appreciate someone clear me up about this without going into some advanced stuff.