Syntax: @FACT(N)
N = a numeric value
@FACT returns N! the factorial of N. The formula is given by:
Examples:
@FACT(4) = 24, because 4! = 4 * 3 * 2 * 1
@FACT(C13) = 3628800, where C13 = 10