C# (CSharp) Combinatorics.Collections SmallPrimeUtility - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для Combinatorics.Collections.SmallPrimeUtility, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Utility class that maintains a small table of prime numbers and provides simple implementations of Prime Factorization algorithms. This is a quick and dirty utility class to support calculations of permutation sets with indexes under 2^31. The prime table contains all primes up to Sqrt(2^31) which are all of the primes requires to factorize any Int32 positive integer.