Skip to content

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.

Notifications You must be signed in to change notification settings

MrFlap/fast-factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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

No packages published

Languages