Newton-Raphson Method
Find roots of equations using the newton-raphson method
Input Parameters
Enter the equation and parameters for the newton-raphson method
f(x) == 0
Use x as the variable, ^ for powers, * for multiplication (e.g., 4x^2-3 or 4*x^2-3)
