Computes the factorial of a given number. For all natural numbers a, factorial(a) = a*(a-1)*...*2*1.
c = factorial(a)
Natural number or array of natural numbers.
Factorial of a. c is a scalar or an array of the same size as a.
C = factorial(5)/(factorial(2)*factorial(3))
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices