Factorial
Factorial(n)
n!
returns the factorial number of the integer
n
See
Examples
>> Factorial(3)6
>> 4!24
>> 10.5!1.1899423083962249E7
>> !a! //FullFormNot(Factorial(a))
Implementation status
- ✅ - full supported
Factorial(n)
n!
returns the factorial number of the integer
n
See
>> Factorial(3)6
>> 4!24
>> 10.5!1.1899423083962249E7
>> !a! //FullFormNot(Factorial(a))