This is still a work in progress, help me if you can. It is meant to be able to solve *almost* any equation using ration zero theorem. DO NOT WRITE: z^10-5z^6+7z^3+5z-2 WRITE: +x^9-5x^6+7x^3+5x^1-2x^0 it does not need to be in descending order of powers since the code does that. When inserting formula make sure that the degree is one digit (ill fix it later so that two and so on digits can also work) and always add powers (even if it is 1 or 0) and add the sign of the first term. The variable must be x
The code that starts from "When I receive the message 'Test Possibilities'..." is incorrect.