Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netromdk/math
Math library written in C++
https://github.com/netromdk/math
b-smoothness carmichael cpp euler-totient exponentiation gcd gmp lcm logarithm math math-library pollard pollard-rho sieve-of-eratosthenes square-free
Last synced: about 1 month ago
JSON representation
Math library written in C++
- Host: GitHub
- URL: https://github.com/netromdk/math
- Owner: netromdk
- License: mit
- Created: 2015-10-04T13:13:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T13:25:44.000Z (about 9 years ago)
- Last Synced: 2024-10-03T17:53:16.911Z (about 1 month ago)
- Topics: b-smoothness, carmichael, cpp, euler-totient, exponentiation, gcd, gmp, lcm, logarithm, math, math-library, pollard, pollard-rho, sieve-of-eratosthenes, square-free
- Language: C
- Homepage:
- Size: 559 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# math
Math library written in C++.It implements mathematical constructs, such as
* Greatest Common Divisor
* Least Common Multiple
* Logarithms (log 10, log 2, ln)
* Modulus
* Exponentiation
* Euler's totient/phi function
* Sieve of Eratosthenes
* Carmichael number test
* Pollard Rho
* Pollard P-1
* B-Smoothness test
* Square-free test