Files
freeCodeCamp/guide/english/tools/calculators/prime-number-calculator/index.md

11 lines
751 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Prime Number Calculator
---
## Prime Number Calculator
A <a href='https://en.wikipedia.org/wiki/Prime_number'>**prime number**</a> is a natural number that is greater than one *(>1)* that cannot be formed by multiplying two smaller natural numbers. One of the most popular use of prime numbers in information technology is public-key cryptography.
2018-10-12 15:37:13 -04:00
The recommended calculator for activities involving prime numbers is CalculatorSoup® <a href='https://www.calculatorsoup.com/calculators/math/prime-number-calculator.php'>Prime Number Calculator</a>. The features of this calculator include:
- Finding whether a number is prime or <a href='https://en.wikipedia.org/wiki/Composite_number'>composite</a>
- Providing the factors of the number