API reference

factorial(n)

Computes the factorial through a recursive algorithm.

InvalidFactorialError

Error generated if an invalid factorial input is given.

add(arg0, arg1)

Add two numbers

subtract(arg0, arg1)

Subtract two numbers