08 December 2023 08:55:18 AM c8poly_test(): C++ version Test c8poly(). c8poly_print_test(): c8poly_print() prints a C8POLY. p(z) = ( 11, 12 ) * z^5 + ( 9, 10 ) * z^4 + ( 7, 8 ) * z^3 + ( 5, 6 ) * z^2 + ( -3, 4 ) * z + ( 1, 2 ) roots_to_c8poly_test(): roots_to_c8poly() is given N complex roots, and constructs the coefficient vector of the corresponding polynomial. Roots: 0: 1 0 1: -4 0 2: 3 0 3: 0 0 4: 3 0 p(z) = ( 1, 0 ) * z^5 + ( -3, 0 ) * z^4 + ( -13, 0 ) * z^3 + ( 51, 0 ) * z^2 + ( -36, 0 ) * z + ( 0, 0 ) c8poly_test(): Normal end of execution. 08 December 2023 08:55:18 AM