Skip to content

A mathematics program able to factorize huge numbers

Notifications You must be signed in to change notification settings

roth-a/Primfaktoren

Repository files navigation

Primfaktoren

Primfaktoren can factorize huge numbers.

  • Using a primefactor array it can find smaller factors extremely fast. If the primefactors get too large it can use the Pollard's rho algorithm to find even larger factors.
  • Listing all prime numbers in a certain range
  • Find the Greatest Common Factor of huge numbers
  • Find the Least common multiple of huge numbers
  • List Fibbonacci numbers
  • Calculate the golden ratio to huge precision

About

A mathematics program able to factorize huge numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages