Google
CommonTypes.FactorialSmallLimit Constant
Namespace
Pascal
FactorialSmallLimit = 34;
File
Description

Fast factorial 

For small values of N, calculate using 2*3*..*N, and cache result. For larger values of N, calculate using Gamma(N+1)

Related Information