Fri Mar 29 14:43:12 2024 zero_laguerre_test(): Python version3.10.12 Test zero_laguerre(). test01(): (Polynomial function F(X)) Find a root of F(X)=(X+3)*(X+3)*(X-2)=0 Iteration steps taken: 1 Estimated root X = 2.0 F(X) = 0.0 test02(): (Polynomial function F(X)) p(x) = x^3 - 2x - 5 Iteration steps taken: 2 Estimated root X = 2.0945507218539934 F(X) = -8.479210396927783e-06 zero_laguerre_test(): Normal end of execution. Fri Mar 29 14:43:12 2024