-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation of factorial by breaking it down into primes then using exponentiation to multiply many prime factors, reducing computational time. Would be faster with a prime wheel, but I don't know how to implement that yet.
MrFlap/fast-factorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Implementation of factorial by breaking it down into primes then using exponentiation to multiply many prime factors, reducing computational time. Would be faster with a prime wheel, but I don't know how to implement that yet.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published