freeCodeCamp/guide/chinese/tools/prime-number-chart/index.md

15 lines
441 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Prime Number Chart
localeTitle: 素数图表
---
## 素数图表
**素数** 任何大于1的整数其唯一因子是1和它自己。
**素数1 - 100**
| 2 | 3 | 5 | 7 | 11 | | ---- | ---- | ---- | ---- | ---- | | 13 | 17 | 19 | 23 | 29 | | 31 | 37 | 41 | 43 | 47 | | 53 | 59 | 61 | 67 | 71 | | 73 | 79 | 83 | 89 | 97 |
#### 更多信息:
[WolframMathWorldPrime数字](http://mathworld.wolfram.com/PrimeNumber.html)