Prime Number Calculator

🗐 ✔️ feedback

This application offers a suite of tools for prime number calculation and study.

Criteria Descriptions:

  1. Range Search - Find prime numbers within the specified range. If the first input field (Starting Number:) begins with the keyword "prime:", followed by a number, it performs the primality test on that number.

  2. Primality test example:
    Prime: 43
    Result: 43 is a prime number.
    
    Prime: 535
    Result: 535 is not a prime number.
    
  3. Starting and Quantity - Retrieve a specific number of prime numbers starting from a given integer.

  4. Sum of Primes - Calculate the sum of all prime numbers within a given range.

  5. Prime Factorization - Decompose a given integer into its prime factors.

  6. Twin Prime Search - Locate pairs of twin primes (two primes that differ by two) within a specified range.