Skip to content

JASory/nt-primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library for recreational mathematics providing efficient checks for primes of various forms. Relies on number-theory for fast primality. Only works for u64 or Mpz. Due to the specialized weighting that the core library number-theory uses to ensure that error rate is less than 2^-64 primality checks are slower than competitors for values between 2^64 and 2^512 but several times faster outside that range.

About

Primes of various forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages