lib.rs
Jan 19, 2025("root {} of degree {}", root, root.degree());} /* Output: root ≈-1.328 of degree 3 root ≈0.662-0.559i of degree 3 root ≈0.662+0.559i of degree 3 root -i of degree 2 root i of degree 2 */ Despite the output, the roots found are not numerical approximations. Rather, they are stored internally as exact algebraic numbers by using isolating ...