It would be nice if DP automatically promoted coefficients to big nums when they are too big to fit in Int. See ```julia julia> @polyvar x y (x, y) julia> p = (x+y)^100 ``` is wrong, but `(x+y)^50` is correct. from https://github.com/JuliaSymbolics/Symbolics.jl/issues/538