June 2018 Update

This commit is contained in:
Ingy döt Net 2018-06-22 20:57:24 +00:00
parent ba8067c3b7
commit 22f33d4004
5278 changed files with 84726 additions and 14379 deletions

View file

@ -1,5 +1,4 @@
julia> a = BigInt("2988348162058574136915891421498819466320163312926952423791023078876139")
b = BigInt("2351399303373464486466122544523690094744975233415544072992656881240319")
m = BigInt(10)^40
powermod(a, b, m)
1527229998585248450016808958343740453059
a = 2988348162058574136915891421498819466320163312926952423791023078876139
b = 2351399303373464486466122544523690094744975233415544072992656881240319
m = big(10) ^ 40
@show powermod(a, b, m)