This commit is contained in:
2025-09-10 16:57:37 +02:00
parent 06ead89143
commit 0d878dc96d
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ lazy_static!(
);
fn main() {
let f = faulhaber_equation_from_file("res/faulhaber_coefficient_65537.log").unwrap();
let f = faulhaber_equation_from_file("res/06_faulhaber_coefficient_65537.log").unwrap();
let n: Integer = Integer::from(10000000000000000u128);
let x = (X1.clone() + f(n.clone()) - f(N1.clone())).modulo(&M);