A feature that prints out the polynomial with respect to a variable would be useful, something like this:
https://github.com/gifnksm/polynomial-rs/blob/master/src/lib.rs
(search for the "pretty" function).
Optimal would be if the polynomial could be printed using "println!".
A feature that prints out the polynomial with respect to a variable would be useful, something like this:
https://github.com/gifnksm/polynomial-rs/blob/master/src/lib.rs
(search for the "pretty" function).
Optimal would be if the polynomial could be printed using "println!".