Factorial()

Summary

Returns the factorial of an integer value.

Syntax

value = Factorial(integer int1)

Argument Contents
int1 Any integer

Returns

The integer factorial (n!) of int1.

See Also

Function Summary
Pow() Computes the value of a number raised to a power