Is there some maximum degree for a polynomial for time complexity considerations and maybe P-NP considerations, maybe some high-degree polynomial formula identified by name, and associated with some well-known theorem, such that you don't really have to ever consider anything higher than that.
I would presume merely for example, that there aren't any known algorithms of say, O(n^15) complexity, and when someone alludes to polynomial time algorithms in the abstract, its assumed that it would never approach the degree of 15 (and maybe a lot less than that).