An app to allow a user to determine the real and complex roots of a polynomial. The user can input the coefficient for each polynomial degree (e.g., x, x^2, x^3...). The app will return each polynomial root as either a real or complex number, and calculate the value of the polynomial where x is equal to the root. This is done to show how accurate the root calculation turned out to be.