Arithmetic Operators
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 * … * x and ldfactorial(x)
is the
natural logarithm of it.
Klaus Schliep klaus.schliep@gmail.com
dfactorial(1:10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.