30 March 2024 03:48:03 PM zero_laguerre_test(): C++ version Test zero_laguerre(). test01(): p(x)=(x+3)*(x+3)*(x-2) Iteration steps taken: 1 Estimated root X = 2 F(X) = 0 test02(): p(x) = x^3 - 2x - 5 Iteration steps taken: 2 Estimated root X = 2.09455 F(X) = -8.47921e-06 test03(): p(x) = x^5 + 2x^4 + 3x^3 + 4x^2 + 5x + 6 Iteration steps taken: 4 Estimated root X = -1.4918 F(X) = 3.81917e-14 zero_laguerre_test(): Normal end of execution. 30 March 2024 03:48:03 PM