powered by
double factorial function
ldfactorial(x)dfactorial(x)
dfactorial(x)
dfactorial(x) returns the double factorial, that is \(x\!\! = 1 * 3 * 5 * \ldots * x \) and ldfactorial(x) is the natural logarithm of it.
ldfactorial(x)
a numeric scalar or vector
Klaus Schliep klaus.schliep@gmail.com
factorial, howmanytrees
factorial
howmanytrees
dfactorial(1:10)
Run the code above in your browser using DataLab