geodavic / poly_factor

A function library in C for polynomial factorization.
3 stars 0 forks source link

handle factored input #24

Open geodavic opened 2 years ago

geodavic commented 2 years ago

Handle input of the form f_1f_2...*f_n within the API (should return the union of the factors).