Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
math
→
mathfactorial
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