netromdk / math

Math library written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Math library written in C++

License:MIT License


Languages

Language:C 96.6%Language:C++ 3.0%Language:CMake 0.4%