Added support for Stirling's approximation to calculate factorials for values higher than 10000. The new limit is 61154108320430275 (which results in 3.02143 × 10999999999999999999, where 999999999999999999 is Python Decimal's MAX_EMAX
)
Added support for Stirling's approximation to calculate factorials for values higher than 10000. The new limit is 61154108320430275 (which results in 3.02143 × 10999999999999999999, where 999999999999999999 is Python Decimal's MAX_EMAX
)