Functions Index :: F :: Factorial

[<< up one level]

Module:

numeric :: powseries

Definition:

Factorial(int x)

Description:

Returns the factorial of x (ie x!).

Examples:

n1 = Factorial(3) # n1 == 6

n2 = Factorial(5) # n2 == 120

 

[<< top]