ldfactorial | R Documentation |
double factorial function
ldfactorial(x)
dfactorial(x)
x |
a numeric scalar or vector |
dfactorial(x)
returns the double factorial, that is
x\!\! = 1 * 3 * 5 * \ldots * x
and ldfactorial(x)
is the
natural logarithm of it.
Klaus Schliep klaus.schliep@gmail.com
factorial
,
howmanytrees
dfactorial(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.