Returns the natural logarithm of the factorial
of a positive integer.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public static double LogFactorial(
int n
)
|
| Visual Basic (Declaration) |
Public Shared Function LogFactorial ( _
n As Integer _
) As Double
|
| Visual C++ |
public:
static double LogFactorial(
int n
)
|
| F# |
static member LogFactorial :
n:int -> float
|
Return Value
The natural logarithm of the factorial
of the integer.
Remarks
Exceptions
See Also