Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in primes

Using a larger prime as a multiplier when overriding hashCode()

java hash hashcode primes

Find position of prime number

c algorithm math primes sieve

How to find out if two numbers are relatively prime?

java primes

Parallel Algorithms for Generating Prime Numbers (possibly using Hadoop's map reduce)

Question about the ~ and @ operators in Haskell

Why .Net dictionaries resize to prime numbers?

How can I test for primality?

c# math primes

How do I find the nearest prime number?

algorithm primes

How do I break a for-loop in PHP when conditions are met?

php loops primes

Very simple prime number test - I think I'm not understanding the for loop

How does this regular expression work?

regex perl primes

how to generate numbers given their prime factors, but with unknown exponents? [duplicate]

Finding the exponent of n = 2**x using bitwise operations [logarithm in base 2 of n]

Calculating prime numbers in Scala: how does this code work?

scala stream primes

Calculating Extremely Large Powers of 2

java primes

Prime Factors In C#

c# primes prime-factoring

Prime number function in R

r primes

Improving pure Python prime sieve by recurrence formula

python list primes slice

Does this prime function actually work?

F# vs C# performance for prime number generator

c# performance f# primes