Formula Engine Reference Guide
 

 

Back to Class Index

 

FACT(N)

Description
This function returns N! the factorial of N.
 
Parameters
N

A numeric value
 
Examples
FACT(4) = 24
because 4! = 4 3 2 1
 
FACT(C13) = 3628800
where C13 = 10