Forum: Math
2017-04-17, 11:54
|
|
Replies: 51
Views: 4,785
|
Forum: Math
2017-04-17, 11:40
|
|
Replies: 51
Views: 4,785
checking very large number for primality.
Hey there. I will ask my question directly.
n= some 1523 digits number. I want to check 10^n+7 is prime or not. I have used BigInteger class of c#, and I found that one factor of n is 11, that...
|