fact()

Read(3045) Label: factorial, long integer,

Description:

Compute factorial.

Syntax:

fact(nExp)

Note:

The function computes the factorial of a positive integer.

Parameter:

nExp

A positive integer.

Return value:

Long integer (64 bit)

Example:

fact(10)

3628800