Wiki

Clone wiki

symja_android_library / Symbols / Factorial2

Factorial2

Factorial2(n)
returns the double factorial number of the integer n

See:

Examples

>>> Factorial2(3)
3

Related terms

Factorial, Gamma, Pochhammer

Updated