Finds REAL solutions to polynomials of any degree using the newton-raphson method. E.g 5x^3 + 7x^2 - 8x + 2 = 0 or 7x^8 + 3x = 0 If it can't seem to converge, it probably means there is no real solution. Note every polynomial with odd degree and real coefficients has some real root; by the Fundamental theorem of algebra --- UPDATE LOG --- v1.0 - Stable release v1.3 - Bug fixes, support for linear equations, and desired number of decimal places