fix: Attempting further ddf fixes #26
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ pub fn ddf(f: Polynomial) -> Vec<(Polynomial, u128)> {
|
||||||
if f_star != one_cmp {
|
if f_star != one_cmp {
|
||||||
eprintln!("fstar not one");
|
eprintln!("fstar not one");
|
||||||
z.push((f_star.clone(), f_star.degree() as u128));
|
z.push((f_star.clone(), f_star.degree() as u128));
|
||||||
} else if z.len() == 0 {
|
|
||||||
z.push((f.clone(), 1));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
z
|
z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue