LnFact
Advanced Analysis Library Only
double LnFact (int n);
Purpose
Computes the natural logarithm of n!.
Parameters
Input | ||
Name | Type | Description |
n | int | The input argument. |
Return Value
Name | Type | Description |
result | double | The logarithm of n!. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later