Command Reference : Function Reference : Function Reference: F
  
 
@factlog
Natural logarithm of the factorial function.
Syntax: @factlog(x)
x: number
Return: number
for . Returns
@gammalog may be used to obtain results for real valued .
Examples
= @factlog(3)
returns 1.79175... (the natural log of 6).
Cross-references
See also @fact.