double factorial function
Value
dfactorial(x)
returns the double factorial, that is
\(x\!\! = 1 * 3 * 5 * \ldots * x \) and ldfactorial(x)
is the
natural logarithm of it.
Author
Klaus Schliep klaus.schliep@gmail.com
double factorial function
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