3 lines
92 B
Raku
3 lines
92 B
Raku
use ntheory qw/znorder/;
|
|
say znorder(54, 100001);
|
|
use bigint; say znorder(11, 1 + 10**100);
|