摘要:
org.apache.commons.math3.primes.Primes 是关于质数操作的工具类。 1. public static boolean isPrime(int n) 判断 n 是否为质数。 2. public static int nextPrime(int n) 返回大于 n 的 阅读全文
posted @ 2016-06-22 10:38
huey2672
阅读(289)
评论(0)
推荐(0)