mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
todo on signs
This commit is contained in:
@@ -498,6 +498,7 @@ impl fmt::Display for GenericGFPoly {
|
|||||||
result.push_str(" - ");
|
result.push_str(" - ");
|
||||||
}
|
}
|
||||||
//coefficient = -coefficient;
|
//coefficient = -coefficient;
|
||||||
|
todo!("probably coefficient should be unsigned but what a mess");
|
||||||
} else {
|
} else {
|
||||||
if (result.len() > 0) {
|
if (result.len() > 0) {
|
||||||
result.push_str(" + ");
|
result.push_str(" + ");
|
||||||
|
|||||||
Reference in New Issue
Block a user