todo on signs

This commit is contained in:
Henry Schimke
2022-08-22 17:19:38 -05:00
parent 984ba07a88
commit 05879a72fa

View File

@@ -498,6 +498,7 @@ impl fmt::Display for GenericGFPoly {
result.push_str(" - ");
}
//coefficient = -coefficient;
todo!("probably coefficient should be unsigned but what a mess");
} else {
if (result.len() > 0) {
result.push_str(" + ");