Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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