mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -22,6 +22,6 @@ define bigprime(a, m, p)
|
||||
continue;
|
||||
if (pmod(a, n1 / p, n) == 1)
|
||||
continue;
|
||||
print " " : n;
|
||||
print " " : n;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user