Last updated 1 year ago
Was this helpful?
We'll use the repo.
use FiniteField; $*modulus = 13; sub f(\x) { x**100 + x + 1}; say f(10);
1