Wiki

Clone wiki

symja_android_library / Symbols / Factorial

Factorial

Factorial(n)
returns the factorial number of the integer n

See:

Examples

>>> Factorial(3)
6

Related terms

Factorial2, Gamma, Pochhammer

Updated