Difference between revisions of "LGamma"
m (adding doc status category stub page) |
(Copied from user guide) |
||
Line 1: | Line 1: | ||
[[Category:Math Functions]] | [[Category:Math Functions]] | ||
− | [[Category:Doc Status | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> |
− | + | = LGamma(X) = | |
− | + | Returns the Log Gamma function of X. Without numeric overflow, this function is exactly equivalent to ''[[Ln]]([[GammaFn]](X))''. | |
+ | Because the gamma function grows so rapidly, it is often much more convenient to use ''LGamma()'' to avoid numeric overflow. | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Advanced Math | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[GammaFn]] | ||
+ | * [[Factorial]] | ||
+ | * [[Ln]] -- natural log |
Revision as of 20:59, 10 July 2007
Comments
Enable comment auto-refresher