return [0!, 1!, 2!, ..., (length-1)!]
return [1/0!, 1/1!, 1/2!, ..., 1/(length-1)!]
return [0, 1/1, 1/2, 1/3, ...]
int with mod, mod can be setted in execute time. mod don't have to be prime.
int with mod, mod must be prime
See Source File