Added a changelog.
This commit is contained in:
parent
d802bad1f6
commit
b0c0718116
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Change Log
|
||||||
|
==========
|
||||||
|
|
||||||
|
- v0.1: Initial release
|
||||||
|
- Basic prime calculation.
|
||||||
|
- Uses a growing vector of known primes and gets the modulus of the number divided by these primes.
|
||||||
|
- Uses type `long long` to hold prime numbers.
|
Loading…
Reference in New Issue
Block a user