Factorial By Logarithm

1 year ago

Factorial log scaled calculation, for example for number prime detection (n-1)! === -1 (mod n). pre-calculated factorial logarithm values: sum(log(1:10^n )) where n=1...m

Loading comments...