Advanced Analysis Library Only
double Fact (int n);
Computes the factorial of n, which is defined as follows:
Input | ||
Name | Type | Description |
n | integer | The input argument. |
Name | Type | Description |
result | double-precision | The factorial of n. |