fact()

Read(2060) Label: factorial, long integer,

Description:

Compute factorial of the specified data.

Syntax:

fact(nExp)

Note:

The function computes the factorial of nExp.

Parameter:

nExp

Data for which you want to compute the factorial

Return value:

Long integer (64 bit)

Example:

fact(10)

3628800