Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -0,0 +1,16 @@
|
|||
If Version<14 then Error "Need version >=14"
|
||||
Function PowerTen(x as BigInteger) {
|
||||
BigInteger a=10
|
||||
method a, "intPower", x as a
|
||||
=a
|
||||
}
|
||||
Print PowerTen(40)=10000000000000000000000000000000000000000u ' true
|
||||
|
||||
' 1234u is BigInteger literal value.
|
||||
' so here a and b get type by the first value's type
|
||||
a=2988348162058574136915891421498819466320163312926952423791023078876139u
|
||||
b=2351399303373464486466122544523690094744975233415544072992656881240319u
|
||||
profiler
|
||||
method a, "modpow", b, PowerTen(40) as result
|
||||
print timecount
|
||||
Print result
|
||||
Loading…
Add table
Add a link
Reference in a new issue