Chapter Contents

Previous

Next
LGAMMA

LGAMMA



Returns the natural logarithm of the Gamma function

Category: Mathematical


Syntax
Arguments
Examples

Syntax

LGAMMA(argument)

Arguments

argument
is numeric.
Range: must be positive.


Examples

SAS Statements Results
x=lgamma(2);
0
x=lgamma(1.5);
-0.120782238


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.