Date: Wed, 20 Feb 2002 17:15:05 -0500
Reply-To: "F.J. Kelley" <jkelley@ARCHES.UGA.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "F.J. Kelley" <jkelley@ARCHES.UGA.EDU>
Subject: Re: n faculty
In-Reply-To: <newscache$yd9urg$695$1@kalvebod.groenjord.dk>
Content-Type: TEXT/PLAIN; charset=US-ASCII
use the gamma function - gamma(n+1) = n!
so gamma(1) = 0!
gamma(2) = 1!
On Wed, 20 Feb 2002, Topper wrote:
> Hello,
>
> What is the expression for n faculty in SAS? For example, how do I find the
> expression for 7! without calculating manually?
>
> Kind regards tp
>
|