N = 1298 + 74.86*C + 1.283*C^2 − .0078*C^3 − .0006*C^4
I'm using this equation in my project, which has to be solved for to find C. I'm using this formula in python, this equation can be easily calculated in scientific calculator but i want it to do in python. If any other possible way to solve this please let me know Thanks