Skip to content

Commit 7a054cc

Browse files
committed
Create README.md
1 parent 911c591 commit 7a054cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# math
2+
Math library written in C++.
3+
4+
It implements mathematical constructs, such as
5+
* Greatest Common Divisor
6+
* Least Common Multiple
7+
* Logarithms (log 10, log 2, ln)
8+
* Modulus
9+
* Exponentiation
10+
* Euler's totient/phi function
11+
* Sieve of Eratosthenes
12+
* Carmichael number test
13+
* Pollard Rho
14+
* Pollard P-1
15+
* B-Smoothness test
16+
* Square-free test

0 commit comments

Comments
 (0)