FACT


Description Returns the factorial of a specified number.

Syntax FACT ( number )
Argument Description
number Any non-negative integer. If you supply a real number, FACT truncates the number to an integer before calculation.

Examples This function returns 2:

FACT(2.5)

This function returns 720:

FACT(6)

See Also FACT, FACTDOUBLE, PRODUCT