Fact

Advanced Analysis Library Only

double Fact (int n);

Purpose

Computes the factorial of n, which is defined as follows:

Parameters

Input
Name Type Description
n integer The input argument.

Return Value

Name Type Description
result double-precision The factorial of n.