this program aims to render and find the roots of a polynomial of any degree press the green flag to render you polynomial press space to show/hide variables press a to set a coefficient press z to create a random polynomial
this uses the Durand-Kerner method to find the roots of the polynomial the iterations variable is the amount of iterations it took (with a maximum of 41) the accuracy variable is determined by how far the farthest root from the answer is https://en.wikipedia.org/wiki/Durand%E2%80%93Kerner_method