Crate factorial_engine

Crate factorial_engine 

Source

Structs§

FactorialEngine
A high-performance engine for computing the prime factorization of factorials. It uses Legendre’s Formula to avoid calculating large numbers, ensuring speed and zero overflow errors.