You are here : python_3mathmathfactorial

math.factorial() - math

Return x factorial.  Raises ValueError if x is not integral or
is negative.


Syntax

math.factorial(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference