LnFact

Advanced Analysis Library Only

double LnFact (int n);

Purpose

Computes the natural logarithm of n!.

Parameters

Input
Name Type Description
n integer The input argument.

Return Value

Name Type Description
result double-precision The logarithm of n!.