truncfactorial | R Documentation |
truncated factorial to avoid stack overflow for huge values
truncfactorial(x)
x |
a non-negative integer number |
truncfactorial(x)
, truncated factorial as min(x!,171!)
truncfactorial(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.