BigInteger方法总结
BigInteger 可以用来解决数据的溢出问题。下面我总结几种关于BigInteger的常用用法:1。probablePrime和nextprobablePrime。(判断质数,并返回) BigInteger.probablePrime(int x); 返回有可能是素数(质数),具有指定长度的正数BigInteger,返回可能是合数的概率不超过2的负100次方, Bi...