factorial(n)
factorial
Computes the factorial through a recursive algorithm.
InvalidFactorialError
Error generated if an invalid factorial input is given.
add(arg0, arg1)
add
Add two numbers
subtract(arg0, arg1)
subtract
Subtract two numbers
previous
Welcome to pathpy4’s documentation!
next
pathpy.factorial